|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForeignKey.FKAction | |
|---|---|
| org.datanucleus.store.rdbms.key | This package contains wrappers to various types of keys found in RDBMS databases. |
| Uses of ForeignKey.FKAction in org.datanucleus.store.rdbms.key |
|---|
| Methods in org.datanucleus.store.rdbms.key that return ForeignKey.FKAction | |
|---|---|
ForeignKey.FKAction |
ForeignKey.getDeleteAction()
Accessor for deleteAction. |
ForeignKey.FKAction |
ForeignKey.getUpdateAction()
Accessor for updateAction. |
static ForeignKey.FKAction |
ForeignKey.FKAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ForeignKey.FKAction[] |
ForeignKey.FKAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.datanucleus.store.rdbms.key with parameters of type ForeignKey.FKAction | |
|---|---|
void |
ForeignKey.setDeleteAction(ForeignKey.FKAction deleteAction)
Mutator for deleteAction. |
void |
ForeignKey.setUpdateAction(ForeignKey.FKAction updateAction)
Mutator for updateAction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||