Uses of Class
org.apache.torque.map.ForeignKeyMap.ColumnPair
-
Packages that use ForeignKeyMap.ColumnPair Package Description 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 Modifier and Type Method Description List<ForeignKeyMap.ColumnPair>
ForeignKeyMap. getColumns()
Returns the column pairs.Methods in org.apache.torque.map with parameters of type ForeignKeyMap.ColumnPair Modifier and Type Method Description void
ForeignKeyMap. addColumns(ForeignKeyMap.ColumnPair columnPair)
Adds a column pair to the foreign key.
-