Snippets tagged “mappedby”
1 snippet uses this tag.
- JPA JoinColumn vs mappedByJava
In a JPA entity mapping, the @JoinColumn annotation is used to specify the foreign key column for a many-to-one or one-to-one relationship.
1 snippet uses this tag.
In a JPA entity mapping, the @JoinColumn annotation is used to specify the foreign key column for a many-to-one or one-to-one relationship.