Uses of Class
org.apache.torque.map.DatabaseMap
Packages that use DatabaseMap
Package
Description
Torque is an object-relational mapper for Java.
Avalon component
implementation.
Description of the schema layout.
-
Uses of DatabaseMap in org.apache.torque
Methods in org.apache.torque that return DatabaseMapModifier and TypeMethodDescriptionDatabase.getDatabaseMap()Returns the database map for this database.static DatabaseMapTorque.getDatabaseMap()Returns the default database map information.static DatabaseMapTorque.getDatabaseMap(String name) Returns the database map information for a given database.TorqueInstance.getDatabaseMap()Returns the database map information for the default db.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 DatabaseMapModifier and TypeMethodDescriptionTorque.getDatabaseMap()Returns the default database map information.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 DatabaseMapModifier and TypeMethodDescriptionTableMap.getDatabaseMap()Get the DatabaseMap containing this TableMap.TableMap.getDbMap()Returns the database map for this table.Methods in org.apache.torque.map with parameters of type DatabaseMapModifier and TypeMethodDescriptionvoidDatabaseMap.copyFrom(DatabaseMap databaseMap) Copy all settings except the database from another database map.Constructors in org.apache.torque.map with parameters of type DatabaseMapModifierConstructorDescriptionTableMap(String tableName, String prefix, DatabaseMap containingDB) Constructor.TableMap(String tableName, DatabaseMap containingDB) Constructor.