Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 581 Bytes

File metadata and controls

38 lines (23 loc) · 581 Bytes

Spring Data JPA

Join Types

Join types:

  • OneToOne
  • OneToMany
  • ManyToOne
  • ManyToMany

Various configurations:

  • Unidirectional
  • Bidirectional
  • Cascade

OneToOne

We can find out more here.

OneToMany

We can find out more here.

ManyToOne

We can find out more here.

ManyToMany

We can find out more here.

JPQL

FetchType

Projection

(Spring Data JPA)