New posts in spring-data-jpa

spring data jpa @query and pageable

How to use @Transactional with Spring Data?

Spring data JPA query with parameter properties

Spring Data JPA difference between findBy / findAllBy

How to use LIMIT in spring within sql query?

How to throw custom exception with custom values in Java?

ImprovedNamingStrategy no longer working in Hibernate 5

Disable Hypertext Application Language (HAL) in JSON?

Can't Autowire @Repository annotated interface in Spring Boot

How does the FetchMode work in Spring Data JPA

Mapping DTO an Entity, leave entity null if all your field is null

Spring Boot & JPA: Implementing search queries with optional, ranged criteria

Missing CrudRepository#findOne method

How to maintain bi-directional relationships with Spring Data REST and JPA?

Spring Data JPA find by embedded object property

Case insensitive Query with Spring CrudRepository

Spring Data: "delete by" is supported?

Filtering database rows with spring-data-jpa and spring-mvc

Joining two table entities in Spring Data JPA

Nested entities contains null after save