| Package | Description | 
|---|---|
| org.apache.torque.map | Description of the schema layout. | 
| Modifier and Type | Method and Description | 
|---|---|
| ForeignKeyMap | ForeignKeyMap.ColumnPair. getForeignKeyMap()Returns the associated foreign key map. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ForeignKeyMap> | TableMap. getForeignKeys()Get all foreign keys in the table.. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TableMap. addForeignKey(ForeignKeyMap foreignKey)Add a foreign key to this table. | 
| Constructor and Description | 
|---|
| ColumnPair(ForeignKeyMap foreignKeyMap,
          ColumnMap local,
          ColumnMap foreign)Constructor. | 
| ColumnPair(ForeignKeyMap foreignKeyMap,
          ColumnMap local,
          String foreignName)Constructor. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.