Package | Description |
---|---|
javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
Modifier and Type | Method | Description |
---|---|---|
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
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
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
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
inverseJoinColumns element when table generation
is in effect. |
Copyright © 2018. All rights reserved.