Uses of Class
org.apache.torque.map.DatabaseMap
-
Packages that use DatabaseMap 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. -
-
Uses of DatabaseMap in org.apache.torque
Methods in org.apache.torque that return DatabaseMap Modifier and Type Method Description DatabaseMap
Database. getDatabaseMap()
Returns the database map for this database.static DatabaseMap
Torque. getDatabaseMap()
Returns the default database map information.static DatabaseMap
Torque. getDatabaseMap(String name)
Returns the database map information for a given database.DatabaseMap
TorqueInstance. getDatabaseMap()
Returns the database map information for the default db.DatabaseMap
TorqueInstance. getDatabaseMap(String name)
Returns the database map information for the given database name. -
Uses of DatabaseMap in org.apache.torque.avalon
Methods in org.apache.torque.avalon that return DatabaseMap Modifier and Type Method Description DatabaseMap
Torque. getDatabaseMap()
Returns the default database map information.DatabaseMap
Torque. getDatabaseMap(String name)
Returns the database map information. -
Uses of DatabaseMap in org.apache.torque.map
Methods in org.apache.torque.map that return DatabaseMap Modifier and Type Method Description DatabaseMap
TableMap. getDatabaseMap()
Get the DatabaseMap containing this TableMap.DatabaseMap
TableMap. getDbMap()
Returns the database map for this table.Methods in org.apache.torque.map with parameters of type DatabaseMap Modifier and Type Method Description void
DatabaseMap. copyFrom(DatabaseMap databaseMap)
Copy all settings except the database from another database map.Constructors in org.apache.torque.map with parameters of type DatabaseMap Constructor Description TableMap(String tableName, String prefix, DatabaseMap containingDB)
Constructor.TableMap(String tableName, DatabaseMap containingDB)
Constructor.
-