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
Subclasses with type arguments of type ForeignKey.FKAction in org.datanucleus.store.rdbms.keyModifier and TypeClassDescriptionstatic enumEnum representing an action on the FK.Fields in org.datanucleus.store.rdbms.key declared as ForeignKey.FKActionModifier and TypeFieldDescriptionprivate ForeignKey.FKActionForeignKey.deleteActionprivate ForeignKey.FKActionForeignKey.updateActionMethods in org.datanucleus.store.rdbms.key that return ForeignKey.FKActionModifier and TypeMethodDescriptionstatic ForeignKey.FKActionReturns 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 TypeMethodDescriptionvoidForeignKey.setDeleteAction(ForeignKey.FKAction deleteAction) Mutator for deleteAction.voidForeignKey.setUpdateAction(ForeignKey.FKAction updateAction) Mutator for updateAction.