Uses of Class
org.apache.torque.map.ForeignKeyMap
Packages that use ForeignKeyMap
-
Uses of ForeignKeyMap in org.apache.torque.map
Methods in org.apache.torque.map that return ForeignKeyMapModifier and TypeMethodDescriptionForeignKeyMap.ColumnPair.getForeignKeyMap()Returns the associated foreign key map.Methods in org.apache.torque.map that return types with arguments of type ForeignKeyMapMethods in org.apache.torque.map with parameters of type ForeignKeyMapModifier and TypeMethodDescriptionvoidTableMap.addForeignKey(ForeignKeyMap foreignKey) Add a foreign key to this table.Constructors in org.apache.torque.map with parameters of type ForeignKeyMapModifierConstructorDescriptionColumnPair(ForeignKeyMap foreignKeyMap, ColumnMap local, String foreignName) Constructor.ColumnPair(ForeignKeyMap foreignKeyMap, ColumnMap local, ColumnMap foreign) Constructor.