Uses of Class
javax.jdo.annotations.ForeignKeyAction

Packages that use ForeignKeyAction
javax.jdo.annotations   
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
static ForeignKeyAction ForeignKeyAction.valueOf(java.lang.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
 ForeignKeyAction MemberMetadata.getDeleteAction()
          Accessor for the delete action of the FK
 ForeignKeyAction JoinMetadata.getDeleteAction()
          Accessor for the delete action of the FK
 ForeignKeyAction ElementMetadata.getDeleteAction()
          Accessor for the delete action of the FK
 ForeignKeyAction KeyMetadata.getDeleteAction()
          Accessor for the delete action of the FK
 ForeignKeyAction ValueMetadata.getDeleteAction()
          Accessor for the delete action of the FK
 ForeignKeyAction ForeignKeyMetadata.getDeleteAction()
          Accessor for the delete action of the FK
 ForeignKeyAction ElementMetadata.getUpdateAction()
          Accessor for the update action of the FK
 ForeignKeyAction KeyMetadata.getUpdateAction()
          Accessor for the update action of the FK
 ForeignKeyAction ValueMetadata.getUpdateAction()
          Accessor for the update action of the FK
 ForeignKeyAction ForeignKeyMetadata.getUpdateAction()
          Accessor for the update action of the FK
 

Methods in javax.jdo.metadata with parameters of type ForeignKeyAction
 MemberMetadata MemberMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 JoinMetadata JoinMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 ElementMetadata ElementMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 KeyMetadata KeyMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 ValueMetadata ValueMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 ForeignKeyMetadata ForeignKeyMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 ElementMetadata ElementMetadata.setUpdateAction(ForeignKeyAction action)
          Method to set the update action of the FK
 KeyMetadata KeyMetadata.setUpdateAction(ForeignKeyAction action)
          Method to set the update action of the FK
 ValueMetadata ValueMetadata.setUpdateAction(ForeignKeyAction action)
          Method to set the update action of the FK
 ForeignKeyMetadata ForeignKeyMetadata.setUpdateAction(ForeignKeyAction action)
          Method to set the update action of the FK
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.