Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 516 Bytes

File metadata and controls

14 lines (12 loc) · 516 Bytes

Spring-Data-JPA_Reference

This project can be used as a reference for JPA relations mapping and best practices. The project contains detailed example for following scenarios

  1. OneToOne
    a.UniDirectional OneToOne
    b.BiDirectional OneToOne
  2. OneToMany
    a. UniDirectional OneToMany
    b. UniDirectional ManytoOne
    c. BiDirectional OneToMany
  3. ManyToMany
    a. BiDirectional OneToMAny alternative for ManyToMany relation with EmbeddedId and MapsId