Uses of Class
org.apache.empire.db.DBRelation.DBCascadeAction

Packages that use DBRelation.DBCascadeAction
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of DBRelation.DBCascadeAction in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBRelation.DBCascadeAction
 DBRelation.DBCascadeAction DBRelation.getOnDeleteAction()
          return the action to perform when deleting affected records.
static DBRelation.DBCascadeAction DBRelation.DBCascadeAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DBRelation.DBCascadeAction[] DBRelation.DBCascadeAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.empire.db with parameters of type DBRelation.DBCascadeAction
 void DBRelation.setOnDeleteAction(DBRelation.DBCascadeAction onDeleteAction)
          sets the action taken when deleting records that affect this foreign key relation See DBCascadeAction enum for details.
 

Constructors in org.apache.empire.db with parameters of type DBRelation.DBCascadeAction
DBRelation(DBDatabase db, String name, DBRelation.DBReference[] references, DBRelation.DBCascadeAction onDeleteAction)
          Creates a DBRelation object for a foreing key relation.
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.