Uses of Class
org.apache.torque.map.ForeignKeyMap.ColumnPair

Packages that use ForeignKeyMap.ColumnPair
org.apache.torque.map Description of the schema layout. 
 

Uses of ForeignKeyMap.ColumnPair in org.apache.torque.map
 

Methods in org.apache.torque.map that return types with arguments of type ForeignKeyMap.ColumnPair
 List<ForeignKeyMap.ColumnPair> ForeignKeyMap.getColumns()
          Returns the column pairs.
 

Methods in org.apache.torque.map with parameters of type ForeignKeyMap.ColumnPair
 void ForeignKeyMap.addColumns(ForeignKeyMap.ColumnPair columnPair)
          Adds a column pair to the foreign key.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.