Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Data, JPA @OneToMany Lazy fetch not working in Spring Boot

POSTing nested objects using spring data rest?

Spring native query executed within a transaction taking outdated value

Spring JPA: Should the Save() method commit data to the database?

Spring @Query annotation with enum parameter

java spring 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