Uses of Class
org.jpox.store.rdbms.key.ForeignKey.FKAction

Packages that use ForeignKey.FKAction
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.key This package contains wrappers to various types of keys found in RDBMS databases. 
 

Uses of ForeignKey.FKAction in org.jpox.store.rdbms.adapter
 

Methods in org.jpox.store.rdbms.adapter with parameters of type ForeignKey.FKAction
 boolean RDBMSAdapter.supportsForeignKeyUpdateAction(ForeignKey.FKAction action)
          Whether this datastore supports the specified foreign key update action
 boolean RDBMSAdapter.supportsForeignKeyDeleteAction(ForeignKey.FKAction action)
          Whether this datastore supports the specified foreign key delete action
 boolean DatabaseAdapter.supportsForeignKeyUpdateAction(ForeignKey.FKAction action)
          Whether this datastore supports the specified foreign key update action
 boolean DatabaseAdapter.supportsForeignKeyDeleteAction(ForeignKey.FKAction action)
          Whether this datastore supports the specified foreign key delete action
 

Uses of ForeignKey.FKAction in org.jpox.store.rdbms.key
 

Fields in org.jpox.store.rdbms.key declared as ForeignKey.FKAction
static ForeignKey.FKAction ForeignKey.CASCADE_ACTION
          Constant representing that we should cascade the action.
static ForeignKey.FKAction ForeignKey.RESTRICT_ACTION
          Constant representing that we should restrict the action.
static ForeignKey.FKAction ForeignKey.NULL_ACTION
          Constant representing that we should null the foreign key
static ForeignKey.FKAction ForeignKey.DEFAULT_ACTION
          Constant representing that we should set the FK to default value.
 

Methods in org.jpox.store.rdbms.key that return ForeignKey.FKAction
 ForeignKey.FKAction ForeignKey.getDeleteAction()
          Accessor for deleteAction.
 ForeignKey.FKAction ForeignKey.getUpdateAction()
          Accessor for updateAction.
 

Methods in org.jpox.store.rdbms.key with parameters of type ForeignKey.FKAction
 void ForeignKey.setDeleteAction(ForeignKey.FKAction deleteAction)
          Mutator for deleteAction.
 void ForeignKey.setUpdateAction(ForeignKey.FKAction updateAction)
          Mutator for updateAction.
 



Copyright © -2007 . All Rights Reserved.