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
protected  ForeignKeyUpdateAction ForeignKeyMetaData.updateAction
          Foreign keys represent a consistency constraint in the database that must be maintained.
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
 

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



Copyright © -2007 . All Rights Reserved.