| Package | Description | 
|---|---|
| org.apache.torque | Torque is an object-relational mapper for Java. | 
| org.apache.torque.avalon | Avalon component
    implementation. | 
| org.apache.torque.map | Description of the schema layout. | 
| Modifier and Type | Method and Description | 
|---|---|
| DatabaseMap | Database. getDatabaseMap()Returns the database map for this database. | 
| static DatabaseMap | Torque. getDatabaseMap()Returns the default database map information. | 
| DatabaseMap | TorqueInstance. getDatabaseMap()Returns the database map information for the default db. | 
| static DatabaseMap | Torque. getDatabaseMap(String name)Returns the database map information for a given database. | 
| DatabaseMap | TorqueInstance. getDatabaseMap(String name)Returns the database map information for the given database name. | 
| Modifier and Type | Method and Description | 
|---|---|
| DatabaseMap | Torque. getDatabaseMap()Returns the default database map information. | 
| DatabaseMap | Torque. getDatabaseMap(String name)Returns the database map information. | 
| Modifier and Type | Method and Description | 
|---|---|
| DatabaseMap | TableMap. getDatabaseMap()Get the DatabaseMap containing this TableMap. | 
| DatabaseMap | TableMap. getDbMap()Returns the database map for this table. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DatabaseMap. copyFrom(DatabaseMap databaseMap)Copy all settings except the database from another database map. | 
| Constructor and Description | 
|---|
| TableMap(String tableName,
        DatabaseMap containingDB)Constructor. | 
| TableMap(String tableName,
        String prefix,
        DatabaseMap containingDB)Constructor. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.