JPA Annotation Attribute
in javax.persistence.AssociationOverride

JoinTable joinTable default @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.
Since:
JPA 2.0