ObjectDB ObjectDB

AssociationOverride.joinTable - JPA annotation element

Annotation Element
javax.persistence.AssociationOverride
JoinTable joinTable

The join table that maps the relationship. The joinTable element must be specified if a join table is used in the overriding of the mapping of the relationship. The joinTable element must not be specified if a foreign key mapping is used in the overriding of the relationship.
Default value:
@javax.persistence.JoinTable
Since:
JPA 2.0