Uses of Class
org.datanucleus.store.rdbms.key.ForeignKey.FKAction
-
Packages that use ForeignKey.FKAction Package Description 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 Modifier and Type Method Description static ForeignKey.FKActionForeignKey.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 Modifier and Type Method Description voidForeignKey. setDeleteAction(ForeignKey.FKAction deleteAction)Mutator for deleteAction.voidForeignKey. setUpdateAction(ForeignKey.FKAction updateAction)Mutator for updateAction.
-