New posts in spring-data

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

Unable to find a @SpringBootConfiguration when doing a JpaTest

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

Spring Boot - Cannot determine embedded database driver class for database type NONE

Spring Boot - Loading Initial Data

How are Spring Data repositories actually implemented?

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

MongoDB Aggregation Pipeline - Count no of records that are matching a complex criteria - (Couldn't find PersistentEntity for type java.lang.Object!)

Easy way to convert Iterable to Collection

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

How to solve "Plugin execution not covered by lifecycle configuration" for Spring Data Maven Builds