Uses of Class
jakarta.persistence.JoinColumn
-
Packages that use JoinColumn Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of JoinColumn in jakarta.persistence
Methods in jakarta.persistence that return JoinColumn 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.
-