Uses of Enum
org.datanucleus.store.rdbms.key.ForeignKey.FKAction
Packages that use ForeignKey.FKAction
Package
Description
This package contains wrappers to various types of keys found in RDBMS databases.
-
Uses of ForeignKey.FKAction in org.datanucleus.store.rdbms.key
Fields in org.datanucleus.store.rdbms.key declared as ForeignKey.FKActionModifier and TypeFieldDescriptionprivate ForeignKey.FKAction
ForeignKey.deleteAction
private ForeignKey.FKAction
ForeignKey.updateAction
Methods in org.datanucleus.store.rdbms.key that return ForeignKey.FKActionModifier and TypeMethodDescriptionstatic ForeignKey.FKAction
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.FKActionModifier and TypeMethodDescriptionvoid
ForeignKey.setDeleteAction
(ForeignKey.FKAction deleteAction) Mutator for deleteAction.void
ForeignKey.setUpdateAction
(ForeignKey.FKAction updateAction) Mutator for updateAction.