Uses of Enum
javax.jdo.annotations.ForeignKeyAction
Packages that use ForeignKeyAction
Package
Description
This package contains the JDO annotations for use as an alternative to XML metadata.
This package contains classes representing the different components of the JDO Metadata.
-
Uses of ForeignKeyAction in javax.jdo.annotations
Methods in javax.jdo.annotations that return ForeignKeyActionModifier and TypeMethodDescriptionstatic ForeignKeyAction
Returns the enum constant of this type with the specified name.static ForeignKeyAction[]
ForeignKeyAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ForeignKeyAction in javax.jdo.metadata
Methods in javax.jdo.metadata that return ForeignKeyActionModifier and TypeMethodDescriptionElementMetadata.getDeleteAction()
Accessor for the delete action of the FKForeignKeyMetadata.getDeleteAction()
Accessor for the delete action of the FK.JoinMetadata.getDeleteAction()
Accessor for the delete action of the FK.KeyMetadata.getDeleteAction()
Accessor for the delete action of the FK.MemberMetadata.getDeleteAction()
Accessor for the delete action of the FK.ValueMetadata.getDeleteAction()
Accessor for the delete action of the FK.ElementMetadata.getUpdateAction()
Accessor for the update action of the FK.ForeignKeyMetadata.getUpdateAction()
Accessor for the update action of the FK.KeyMetadata.getUpdateAction()
Accessor for the update action of the FK.ValueMetadata.getUpdateAction()
Accessor for the update action of the FK.Methods in javax.jdo.metadata with parameters of type ForeignKeyActionModifier and TypeMethodDescriptionElementMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKForeignKeyMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKJoinMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKKeyMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKMemberMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKValueMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FK.ElementMetadata.setUpdateAction
(ForeignKeyAction action) Method to set the update action of the FKForeignKeyMetadata.setUpdateAction
(ForeignKeyAction action) Method to set the update action of the FK.KeyMetadata.setUpdateAction
(ForeignKeyAction action) Method to set the update action of the FK.ValueMetadata.setUpdateAction
(ForeignKeyAction action) Method to set the update action of the FK.