Uses of Class
org.jpox.metadata.ForeignKeyUpdateAction

Packages that use ForeignKeyUpdateAction
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
 

Uses of ForeignKeyUpdateAction in org.jpox.metadata
 

Fields in org.jpox.metadata declared as ForeignKeyUpdateAction
static ForeignKeyUpdateAction ForeignKeyUpdateAction.CASCADE
          update-action="cascade".
static ForeignKeyUpdateAction ForeignKeyUpdateAction.RESTRICT
          update-action="restrict".
static ForeignKeyUpdateAction ForeignKeyUpdateAction.NULL
          update-action="null".
static ForeignKeyUpdateAction ForeignKeyUpdateAction.DEFAULT
          update-action="default".
static ForeignKeyUpdateAction ForeignKeyUpdateAction.DEFAULT_ACTION
          the default action
protected  ForeignKeyUpdateAction ForeignKeyMetaData.updateAction
          Foreign keys represent a consistency constraint in the database that must be maintained.
 

Methods in org.jpox.metadata that return ForeignKeyUpdateAction
static ForeignKeyUpdateAction ForeignKeyUpdateAction.getForeignKeyUpdateAction(java.lang.String value)
          Return ForeignKeyUpdateAction from String.
 ForeignKeyUpdateAction ForeignKeyMetaData.getUpdateAction()
          Accessor for the update action
 



Copyright © -2007 . All Rights Reserved.