New posts in spring-data-jpa

setMaxResults for Spring-Data-JPA annotation?

Spring Data and Native Query with pagination

Duplicate results when sorting using a Spring-Data pageable object on a JPA repository

Spring Boot JPA - Entities

Is it possible to use raw SQL within a Spring Repository

Spring CrudRepository findByInventoryIds(List<Long> inventoryIdList) - equivalent to IN clause

Auditing and @Embedded in Spring Data JPA

Spring Data JPA - ZonedDateTime format for json serialization

Spring JPA selecting specific columns

nested exception is org.hibernate.MappingException: Could not determine type for: Com.test.model.Client, at table: ComptePaiement

How do I update an entity using spring-data-jpa?

What is the difference between Hibernate and Spring Data JPA

Convert sql to JPA with a in-clause and a list of like

Dynamic spring data jpa repository query with arbitrary AND clauses

How to add custom method to Spring Data JPA

How to use OrderBy with findAll in Spring Data

Result from JPA project is null

What is difference between CrudRepository and JpaRepository interfaces in Spring Data JPA?

How to delete entity