Skip to content

Latest commit

 

History

History

20150908-join-manytomany8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Table join example (ManyToMany) 8

About

N:N table join example using Spring Data JPA.

This example has association table entity (RolePermission) and join tables with JPA Criteria API.

Launch

./gradlew bootRun