JPA Annotation Attribute
in javax.persistence.SecondaryTable

PrimaryKeyJoinColumn[] pkJoinColumns default {}


(Optional) The columns that are used to join with the primary table.

Defaults to the column(s) of the same name(s) as the primary key column(s) in the primary table.

Since:
JPA 1.0