New posts in spring-data-jpa

Are you supposed to have one repository per table in JPA?

Spring Data JPA - Multiple EnableJpaRepositories

How to sort by multiple properties in Spring Data (JPA) derived queries?

Understanding the Spring Data JPA @NoRepositoryBean interface

How to access in memory h2 database of one spring boot application from another spring boot application

Spring Data JPA: Batch insert for nested entities

How to query data out of the box using Spring data JPA by both Sort and Pageable?

Check date between two other dates spring data jpa

JPA: update only specific fields

How to persist JSR-310 types with Spring Data JPA?

Spring Data JPA inserting instead of Update

Adding Spring Dependency Injection in JavaFX (JPA Repo, Service)

What is value field of @ColumnDefault in jpa?

What is the LIMIT clause alternative in JPQL?

How to test Spring's declarative caching support on Spring Data repositories?

Spring Data JPA findOne() change to Optional how to use this?

How to make a JPA query use primitive ID instead of managed instance?

Delete Not Working with JpaRepository

Lombok @Builder and JPA Default constructor

Spring Data JPA And NamedEntityGraphs