jpa-joincolumn-vs-mappedby
Difference Between @JoinColumn and mappedBy 1. Introduction JPA Relationships can be either unidirectional or bidirectional. It simply means we can model them as an attribute on exactly one of the associated entities or both. Defining the direction of the relationship between entities has no impact on the database mapping. It… Continue Reading jpa-joincolumn-vs-mappedby