ObjectDB ObjectDB

JoinTable.inverseJoinColumns - JPA annotation element

Annotation Element
javax.persistence.JoinTable
JoinColumn[] inverseJoinColumns

(Optional) The foreign key columns of the join table which reference the primary table of the entity that does not own the association. (I.e. the inverse side of the association).

Uses the same defaults as for JoinColumn.

Default value:
{}
Since:
JPA 1.0