Uses of Class
org.apache.torque.Database
Packages that use Database
Package
Description
Torque is an object-relational mapper for Java.
Avalon component
implementation.
Description of the schema layout.
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 DatabaseModifier and TypeMethodDescriptionstatic DatabaseTorque.getDatabase(String name) Returns the database for the given key.TorqueInstance.getDatabase(String databaseName) Returns the database for the keydatabaseName.static DatabaseTorque.getOrCreateDatabase(String name) Returns the database for the keydatabaseName.TorqueInstance.getOrCreateDatabase(String databaseName) Returns the database for the keydatabaseName.Methods in org.apache.torque that return types with arguments of type DatabaseModifier and TypeMethodDescriptionTorque.getDatabases()Returns a Map containing all Databases registered to Torque.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 DatabaseModifier and TypeMethodDescriptionTorque.getDatabase(String databaseName) Returns the database for the keydatabaseName.Torque.getOrCreateDatabase(String databaseName) Returns the database for the keydatabaseName.Methods in org.apache.torque.avalon that return types with arguments of type DatabaseModifier and TypeMethodDescriptionTorque.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 -
Uses of Database in org.apache.torque.oid
Constructors in org.apache.torque.oid with parameters of type Database