Internal Website Search

171-180 of 200 resultsRefresh

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

javax.persistence.Inheritance

>Example: @Entity @Inheritance(strategy=JOINED) public class Customer

javax.persistence.DiscriminatorColumn

_TABLE and JOINED

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".