Closed Daggerpov closed 5 hours ago
https://medium.com/@bdamianchamel/relationships-in-spring-data-jpa-7c5ceaf05f29
With spring data JPA (Java Persistence API), there are annotations available for marking with our entities: @OneToOne, @OneToMany, @ManyToMany
@OneToOne
@OneToMany
@ManyToMany
@evannawfal 's done this in #41
https://medium.com/@bdamianchamel/relationships-in-spring-data-jpa-7c5ceaf05f29
With spring data JPA (Java Persistence API), there are annotations available for marking with our entities:
@OneToOne
,@OneToMany
,@ManyToMany