Skip to content

Lonsiege/spring-data-native-query-projection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple project to demonstrate the use of query projection with both JPA and native queries using 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 and a PersonSummary interface with just name and age.

There are 6 tests, the tests which make use of native queries fail.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 42.1%
  • Batchfile 29.8%
  • Java 28.1%