Uses of Class
org.apache.ddlutils.io.Identity

Packages that use Identity
org.apache.ddlutils.io The org.apache.ddlutils.io package contains a classes for input and output of both the database schemas and data files. 
 

Uses of Identity in org.apache.ddlutils.io
 

Methods in org.apache.ddlutils.io that return Identity
 Identity WaitingObject.removePendingFK(Identity fkIdentity)
          Removes the specified identity from list of identities of the waited-for objects.
 

Methods in org.apache.ddlutils.io with parameters of type Identity
 void WaitingObject.addPendingFK(Identity fkIdentity)
          Adds the identity of another object that the object is waiting for.
 Identity WaitingObject.removePendingFK(Identity fkIdentity)
          Removes the specified identity from list of identities of the waited-for objects.
 

Constructors in org.apache.ddlutils.io with parameters of type Identity
WaitingObject(org.apache.commons.beanutils.DynaBean obj, Identity objIdentity)
          Creates a new WaitingObject instance for the given object.
 



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