Internal Website Search

191-200 of 200 resultsRefresh

JoinType.RIGHT

outer join. Since: JPA 2.0

JoinTable.inverseJoinColumns

="description"> (Optional) The foreign key columns of the join table which reference the primary

JoinTable.name

="description"> (Optional) The name of the join table. Defaults to the concatenated names

JoinTable.joinColumns

"> (Optional) The foreign key columns of the join table which reference the primary table

MapKeyJoinColumn.referencedColumnName

(only applies if single join column is being used.) The same name as the primary key column

MapKeyJoinColumns.value

> (Required) The map key join columns that are used to map to the entity

getModel()

> metamodel type representing the Map that is the target of the join

javax.persistence.OneToMany

=true) @JoinColumn(name="CUST_ID") // join column is in table for Order public Set

Element.generateForeignKey

on the column or columns associated with this join. Specify "true" or "false".

Key.generateForeignKey

on the column or columns associated with this join. Specify "true" or "false".