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

Packages that use IdMethodParameter
org.apache.torque.engine.database.model   
 

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

Methods in org.apache.torque.engine.database.model that return IdMethodParameter
 IdMethodParameter Table.addIdMethodParameter(org.xml.sax.Attributes attrib)
          A utility function to create a new id method parameter from attrib and add it to this table.
 

Methods in org.apache.torque.engine.database.model with parameters of type IdMethodParameter
 void Table.addIdMethodParameter(IdMethodParameter imp)
          Adds a new ID method parameter to the list and sets the parent table of the column associated with the supplied parameter to this table.
 



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