Package | Description |
---|---|
org.datanucleus.store.rdbms.key |
This package contains wrappers to various types of keys found in RDBMS databases.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ForeignKey.setDeleteAction(ForeignKey.FKAction deleteAction)
Mutator for deleteAction.
|
void |
ForeignKey.setUpdateAction(ForeignKey.FKAction updateAction)
Mutator for updateAction.
|
Copyright © 2015. All rights reserved.