Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Implement JPA Projection with count

How to handle compound key with relationship in JPA2 and Spring Data JPA?

jpa spring-data-jpa

Javers ENTITY_INSTANCE_WITH_NULL_ID when using 2 databases

Do CascadeType.ALL and "insertable = false, updatable = false" exclude each other?

How to get Spring Data Neo4j and Spring Data JPA to work together?

Hibernate FETCH.Eager fetching duplicates when using Spring Data repositories

Hibernate doesn't return manually INSERTed rows

Autowiring CrudRepository based on type parameter

JPA @ForeignKey(value = ConstraintMode.NO_CONSTRAINT) not working with @ManyToMany

Spring Data for Couchbase - Counting element in the DB

Spring Data Cassandra Reactive - "MappingException Couldn't find PersistentEntity for type class java.lang.Object"

How to do bulk inserts with JpaRepository with dynamic batch_size i.e batch_size is not known

Validation failed for query for method upgrading from Spring Boot 3.1.5 to 3.2.0

Running mvn clean install deletes data in the database

Spring Data JpaRepository "JOIN FETCH" returns duplicates

SQLServerException: "The result set is closed" when using Streams as return type

How JpaRepository.save() method work internally