Uses of Class
javax.persistence.JoinColumn
-
-
Uses of JoinColumn in javax.persistence
Methods in javax.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()
-