|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKeyMap | |
---|---|
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 | |
---|---|
ForeignKeyMap |
ForeignKeyMap.ColumnPair.getForeignKeyMap()
Returns the associated foreign key map. |
Methods in org.apache.torque.map that return types with arguments of type ForeignKeyMap | |
---|---|
List<ForeignKeyMap> |
TableMap.getForeignKeys()
Get all foreign keys in the table.. |
Methods in org.apache.torque.map with parameters of type ForeignKeyMap | |
---|---|
void |
TableMap.addForeignKey(ForeignKeyMap foreignKey)
Add a foreign key to this table. |
Constructors in org.apache.torque.map with parameters of type ForeignKeyMap | |
---|---|
ForeignKeyMap.ColumnPair(ForeignKeyMap foreignKeyMap,
ColumnMap local,
ColumnMap foreign)
Constructor. |
|
ForeignKeyMap.ColumnPair(ForeignKeyMap foreignKeyMap,
ColumnMap local,
String foreignName)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |