Uses of Class
org.apache.torque.engine.database.model.Unique

Packages that use Unique
org.apache.torque.engine.database.model   
org.apache.torque.engine.database.transform   
org.kuali.core.db.torque   
 

Uses of Unique in org.apache.torque.engine.database.model
 

Methods in org.apache.torque.engine.database.model that return Unique
 Unique Table.addUnique(Attributes attrib)
          A utility function to create a new Unique from attrib and add it to this table.
 

Methods in org.apache.torque.engine.database.model with parameters of type Unique
 void Table.addUnique(Unique unique)
          Adds a new Unique to the Unique list and set the parent table of the column to the current table
 

Uses of Unique in org.apache.torque.engine.database.transform
 

Fields in org.apache.torque.engine.database.transform declared as Unique
private  Unique XmlToAppData.currUnique
           
 

Uses of Unique in org.kuali.core.db.torque
 

Fields in org.kuali.core.db.torque declared as Unique
private  Unique KualiXmlToAppData.currUnique
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.