ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint for the columns corresponding to the
joinColumns element when table generation is in effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint for the columns corresponding to the
CollectionTable.joinColumns() element when table generation is in
effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint when table generation is in effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint when table generation is in effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint for the columns corresponding to the
JoinTable.joinColumns() element when table generation is in
effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint when table generation is in effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint when table generation is in effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint for the primary key join column
when table generation is in effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint when table generation is in effect.
|
ForeignKey |
foreignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint for the columns corresponding to the
SecondaryTable.pkJoinColumns() element when table generation is in
effect.
|
ForeignKey |
inverseForeignKey() |
(Optional) Used to specify or control the generation of a
foreign key constraint for the columns corresponding to the
JoinTable.inverseJoinColumns() element when table generation
is in effect.
|