Verwendungen von Klasse
org.apache.torque.map.DatabaseMap
Packages, die DatabaseMap verwenden
Package
Beschreibung
Torque is an object-relational mapper for Java.
Avalon component
implementation.
Description of the schema layout.
-
Verwendungen von DatabaseMap in org.apache.torque
Methoden in org.apache.torque, die DatabaseMap zurückgebenModifizierer und TypMethodeBeschreibungDatabase.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.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. -
Verwendungen von DatabaseMap in org.apache.torque.avalon
Methoden in org.apache.torque.avalon, die DatabaseMap zurückgebenModifizierer und TypMethodeBeschreibungTorque.getDatabaseMap()
Returns the default database map information.Torque.getDatabaseMap
(String name) Returns the database map information. -
Verwendungen von DatabaseMap in org.apache.torque.map
Methoden in org.apache.torque.map, die DatabaseMap zurückgebenModifizierer und TypMethodeBeschreibungTableMap.getDatabaseMap()
Get the DatabaseMap containing this TableMap.TableMap.getDbMap()
Returns the database map for this table.Methoden in org.apache.torque.map mit Parametern vom Typ DatabaseMapModifizierer und TypMethodeBeschreibungvoid
DatabaseMap.copyFrom
(DatabaseMap databaseMap) Copy all settings except the database from another database map.Konstruktoren in org.apache.torque.map mit Parametern vom Typ DatabaseMapModifiziererKonstruktorBeschreibungTableMap
(String tableName, String prefix, DatabaseMap containingDB) Constructor.TableMap
(String tableName, DatabaseMap containingDB) Constructor.