Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How to combine pagination with a criteria query in Spring Data JPA?

Spring Boot : Error creating bean with name 'jpaMappingContext': java.lang.NullPointerException

Technical difference between Spring Boot with JOOQ and Spring Data JPA

How do I import configuration classes in a @DataJpaTest in a SpringBootTest?

How to declare a respository populator bean using java config instead of XML?

Optimistic locking not throwing exception when manually setting version field

LazyInitializationException: could not initialize proxy - no Session

"java.lang.IllegalArgumentException: Projection type must be an interface" Error

Spring data Pageable and LIMIT/OFFSET

Spring JPA - "java.lang.IllegalArgumentException: Projection type must be an interface!" (using native query)

Spring @WebMvcTest with @EnableJpa* annotation

Spring Data Pageable: Returns empty content

Fetch lazy properties in Spring Projections

Spring Projections not returning the State Details

Retrieve information for the same DTO from two different databases

Does Spring Transaction Management Work with Spring WebFlux?

Apparent connection leak detected with Hikari CP

How to inject CrudRepository in Spring JPA?

java spring spring-data-jpa

How to exclude/disable a specific auto-configuration in Spring boot 1.4.0 for @DataJpaTest?

Is Spring Data JPA safe against SQL injection