Uses of Class
javax.jdo.annotations.ForeignKeyAction
-
Packages that use ForeignKeyAction Package Description javax.jdo.annotations This package contains the JDO annotations for use as an alternative to XML metadata.javax.jdo.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 ForeignKeyAction Modifier and Type Method Description ForeignKeyActiondeleteAction()Delete action to apply to any foreign key for the element.ForeignKeyActiondeleteAction()The delete action of this foreign key.ForeignKeyActiondeleteAction()Delete action to be applied to any ForeignKey on this join.ForeignKeyActiondeleteAction()Delete action to apply to the foreign key for the key.ForeignKeyActiondeleteAction()Delete action to apply to any foreign key for the value.ForeignKeyActionupdateAction()Update action to apply to any foreign key for the elementForeignKeyActionupdateAction()The update action of this foreign key.ForeignKeyActionupdateAction()Update action to apply to the foreign key for the key.ForeignKeyActionupdateAction()Update action to apply to any foreign key for the value.static ForeignKeyActionForeignKeyAction. valueOf(String name)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 ForeignKeyAction Modifier and Type Method Description ForeignKeyActionElementMetadata. getDeleteAction()Accessor for the delete action of the FKForeignKeyActionForeignKeyMetadata. getDeleteAction()Accessor for the delete action of the FK.ForeignKeyActionJoinMetadata. getDeleteAction()Accessor for the delete action of the FK.ForeignKeyActionKeyMetadata. getDeleteAction()Accessor for the delete action of the FK.ForeignKeyActionMemberMetadata. getDeleteAction()Accessor for the delete action of the FK.ForeignKeyActionValueMetadata. getDeleteAction()Accessor for the delete action of the FK.ForeignKeyActionElementMetadata. getUpdateAction()Accessor for the update action of the FK.ForeignKeyActionForeignKeyMetadata. getUpdateAction()Accessor for the update action of the FK.ForeignKeyActionKeyMetadata. getUpdateAction()Accessor for the update action of the FK.ForeignKeyActionValueMetadata. getUpdateAction()Accessor for the update action of the FK.Methods in javax.jdo.metadata with parameters of type ForeignKeyAction Modifier and Type Method Description ElementMetadataElementMetadata. setDeleteAction(ForeignKeyAction action)Method to set the delete action of the FKForeignKeyMetadataForeignKeyMetadata. setDeleteAction(ForeignKeyAction action)Method to set the delete action of the FKJoinMetadataJoinMetadata. setDeleteAction(ForeignKeyAction action)Method to set the delete action of the FKKeyMetadataKeyMetadata. setDeleteAction(ForeignKeyAction action)Method to set the delete action of the FKMemberMetadataMemberMetadata. setDeleteAction(ForeignKeyAction action)Method to set the delete action of the FKValueMetadataValueMetadata. setDeleteAction(ForeignKeyAction action)Method to set the delete action of the FK.ElementMetadataElementMetadata. setUpdateAction(ForeignKeyAction action)Method to set the update action of the FKForeignKeyMetadataForeignKeyMetadata. setUpdateAction(ForeignKeyAction action)Method to set the update action of the FK.KeyMetadataKeyMetadata. setUpdateAction(ForeignKeyAction action)Method to set the update action of the FK.ValueMetadataValueMetadata. setUpdateAction(ForeignKeyAction action)Method to set the update action of the FK.
-