A simple project to demonstrate the use of query projection in Spring Data JPA.
- Spring Boot 1.4.1 RELEASE
- Spring Data JPA 1.10.3.RELEASE (Hopper SR3)
There is a simple Person entity with id, name and age, a PersonSummaryInterface interface with just name and age and a PersonSummaryClass with just name and age.