New posts in spring-data

How to convert a list of enity object to page object in Spring MVC (JPA)?

Create filter aggregation in spring

How to generate a ddl creation script with a modern Spring Boot + Data JPA and Hibernate setup?

How to map Page<ObjectEntity> to Page<ObjectDTO> in spring-data-rest

Spring Data JPA could not instantiate class

How to do a Mongo aggregation query in Spring Data?

Spring Data optional parameter in query method

Why use returned instance after save() on Spring Data JPA Repository?

Spring Data - ignore parameter if it has a null value

Query by Boolean properties in spring-data-jpa without using method parameters

How to manually force a commit in a @Transactional method? [duplicate]

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

Creating a pageable query where each entity has no more than N children

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

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

Conversion of List to Page in Spring

Spring Boot & Spring Data: how are Hibernate Sessions managed?

What is the difference between findById() and existsById() in Spring Data 2.0?