Package | Description |
---|---|
javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
JoinColumn[] |
joinColumns() |
The join column(s) being mapped to the persistent attribute(s).
|
JoinColumn[] |
joinColumns() |
(Optional) The foreign key columns of the collection table
which reference the primary table of the entity.
|
JoinColumn[] |
joinColumns() |
(Optional) The foreign key columns
of the join table which reference the
primary table of the entity owning the
association.
|
JoinColumn[] |
value() |
The join columns that map the relationship.
|
Copyright © 2018. All rights reserved.