Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

how to unit test method using "Spring Data JPA" Specifications

Hibernate fails to load JPA 2.1 Converter when loaded with spring-boot and spring-data-jpa

How can I execute a stored procedure with JPA & Spring Data?

Ignore some classes while scanning PackagesToScan

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?