New posts in spring-data-jpa

Spring Data Rest - Sort by multiple properties

Do we need to add any configuration on client side to avoid transaction retry errors in cockroach database

How to use Spring managed Hibernate interceptors in Spring Boot?

How does Spring Data JPA differ from Hibernate for large projects?

JpaRepository Not supported for DML operations [delete query]

Handling soft-deletes with Spring JPA

%Like% Query in spring JpaRepository

Springboot find items by title then sort order by date

Spring-Data-Jpa Repository - Underscore on Entity Column Name

Difference between save and saveAndFlush in Spring data jpa

Get result from native query using Java Interface

Spring Data JPA - "No Property Found for Type" Exception

Disable all Database related auto configuration in Spring Boot

Does Spring Data JPA have any way to count entites using method name resolving?

POSTing a @OneToMany sub-resource association in Spring Data REST

What's the difference between JPA and Spring Data JPA?

How to test Spring Data repositories?

How to do bulk (multi row) inserts with JpaRepository?

Using generics in Spring Data JPA repositories

When use getOne and findOne methods Spring Data JPA