|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseMap | |
---|---|
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 | |
---|---|
static DatabaseMap |
Torque.getDatabaseMap()
Returns the default database map information. |
DatabaseMap |
Database.getDatabaseMap()
Returns the database map for this database. |
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. |
Uses of DatabaseMap in org.apache.torque.avalon |
---|
Methods in org.apache.torque.avalon that return DatabaseMap | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
TableMap(String tableName,
DatabaseMap containingDB)
Constructor. |
|
TableMap(String tableName,
String prefix,
DatabaseMap containingDB)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |