|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Database | |
---|---|
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. |
org.apache.torque.oid | The ID broker, an API to provide persistent object identifiers, as described by Scott Ambler's paper on "Enterprise-Ready Object IDs". |
Uses of Database in org.apache.torque |
---|
Methods in org.apache.torque that return Database | |
---|---|
static Database |
Torque.getDatabase(String name)
Returns the database for the given key. |
Database |
TorqueInstance.getDatabase(String databaseName)
Returns the database for the key databaseName . |
static Database |
Torque.getOrCreateDatabase(String name)
Returns the database for the key databaseName . |
Database |
TorqueInstance.getOrCreateDatabase(String databaseName)
Returns the database for the key databaseName . |
Methods in org.apache.torque that return types with arguments of type Database | |
---|---|
static Map<String,Database> |
Torque.getDatabases()
Returns a Map containing all Databases registered to Torque. |
Map<String,Database> |
TorqueInstance.getDatabases()
Returns a Map containing all Databases registered to Torque. |
Uses of Database in org.apache.torque.avalon |
---|
Methods in org.apache.torque.avalon that return Database | |
---|---|
Database |
Torque.getDatabase(String databaseName)
Returns the database for the key databaseName . |
Database |
Torque.getOrCreateDatabase(String databaseName)
Returns the database for the key databaseName . |
Methods in org.apache.torque.avalon that return types with arguments of type Database | |
---|---|
Map<String,Database> |
Torque.getDatabases()
Returns a Map containing all Databases registered to Torque. |
Uses of Database in org.apache.torque.map |
---|
Constructors in org.apache.torque.map with parameters of type Database | |
---|---|
DatabaseMap(Database database)
Constructs a new DatabaseMap. |
Uses of Database in org.apache.torque.oid |
---|
Constructors in org.apache.torque.oid with parameters of type Database | |
---|---|
IDBroker(Database database)
Constructs an IdBroker for the given Database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |