Uses of Class
org.apache.torque.map.ForeignKeyMap
-
Packages that use ForeignKeyMap Package Description org.apache.torque.map Description of the schema layout. -
-
Uses of ForeignKeyMap in org.apache.torque.map
Methods in org.apache.torque.map that return ForeignKeyMap Modifier and Type Method Description ForeignKeyMap
ForeignKeyMap.ColumnPair. getForeignKeyMap()
Returns the associated foreign key map.Methods in org.apache.torque.map that return types with arguments of type ForeignKeyMap Modifier and Type Method Description List<ForeignKeyMap>
TableMap. getForeignKeys()
Get all foreign keys in the table..Methods in org.apache.torque.map with parameters of type ForeignKeyMap Modifier and Type Method Description void
TableMap. addForeignKey(ForeignKeyMap foreignKey)
Add a foreign key to this table.Constructors in org.apache.torque.map with parameters of type ForeignKeyMap Constructor Description ColumnPair(ForeignKeyMap foreignKeyMap, ColumnMap local, String foreignName)
Constructor.ColumnPair(ForeignKeyMap foreignKeyMap, ColumnMap local, ColumnMap foreign)
Constructor.
-