ForeignKeyAction |
deleteAction() |
Delete action to apply to any foreign key for the element.
|
ForeignKeyAction |
deleteAction() |
The delete action of this foreign key.
|
ForeignKeyAction |
deleteAction() |
Delete action to be applied to any ForeignKey on this join.
|
ForeignKeyAction |
deleteAction() |
Delete action to apply to the foreign key for the key.
|
ForeignKeyAction |
deleteAction() |
Delete action to apply to any foreign key for the value.
|
ForeignKeyAction |
updateAction() |
Update action to apply to any foreign key for the element
|
ForeignKeyAction |
updateAction() |
The update action of this foreign key.
|
ForeignKeyAction |
updateAction() |
Update action to apply to the foreign key for the key.
|
ForeignKeyAction |
updateAction() |
Update action to apply to any foreign key for the value.
|
static ForeignKeyAction |
ForeignKeyAction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ForeignKeyAction[] |
ForeignKeyAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|