 1 | Method javax.persistence.criteria.PluralJoin PluralAttribute getModel() Return the metamodel representation for the collection-valued attribute corresponding to the join. Returns: metamodel collection-valued attribute corresponding to the target of the join Since: JPA 2.0 |
 1 | Method javax.persistence.criteria.PluralJoin PluralAttribute getModel() Return the metamodel representation for the collection-valued attribute corresponding to the join. Returns: metamodel collection-valued attribute corresponding to the target of the join Since: JPA 2.0 |
 1 | 2.0 See Also: MapKeyJoinColumn MapKeyJoinColumn[] value (Required) The map key join columns that are used to map to the entity that is the map key. (Required) The map key join columns that are used |
 1 | is for a ManyToMany entity relationship or for a OneToMany entity relationship using a join table, the map key column is in a join table. If the map key is for a OneToMany entity relationship using a foreign key |
 1 | using a join table, the name of the join table for the map. If the map key is for a OneToMany entity |
 1 | in join tables will be locked if the javax.persistence.lock.scope property is specified ... collection generally locks only the rows in the join table or collection table for that relationship or |
 1 | to the non-collection-valued persistent state of that instance. If a joined inheritance strategy ... contain the foreign key (such as relationships that are mapped to join tables or unidirectional |
 1 | Annotation Element javax.persistence.PrimaryKeyJoinColumn String referencedColumnName (Optional) The name of the primary key column of the table being joined to. Defaults to the same name as the primary key column of the primary table of the superclass (JOINED mapping strategy); the same name as |
 1 | Annotation Element javax.persistence.AssociationOverride JoinColumn[] joinColumns The join column(s) being mapped to the persistent attribute(s). The joinColumns elements must be specified ... must not be specified if a join table is used in the overriding of the mapping of the relationship. Default value: {} Since: JPA 1.0 |
 1 | Annotation Element javax.persistence.AssociationOverride JoinTable joinTable The join table that maps the relationship. The joinTable element must be specified if a join table is used in the overriding of the mapping of the relationship. The joinTable element must not be specified if a foreign key |