Uses of Package
org.apache.torque.adapter
Packages that use org.apache.torque.adapter
Package
Description
Torque is an object-relational mapper for Java.
Adapters between Torque and various databases.
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".
This package contains classes which can build
PreparedStatementParts from a single value or column.
This package contains classes which can build
PreparedStatementParts from a WhereClauseExpression.
-
Classes in org.apache.torque.adapter used by org.apache.torque
-
Classes in org.apache.torque.adapter used by org.apache.torque.adapterClassDescriptionThis class is the abstract base for any database adapter Support for new databases is added by subclassing this class and implementing its abstract methods, and by registering the new database adapter and its corresponding JDBC driver in the service configuration file.
DBdefines the interface for a Torque database adapter.Interface for various ID retrieval method types (i.e. auto-increment, sequence, ID broker, etc.). -
Classes in org.apache.torque.adapter used by org.apache.torque.avalon
-
Classes in org.apache.torque.adapter used by org.apache.torque.mapClassDescriptionInterface for various ID retrieval method types (i.e. auto-increment, sequence, ID broker, etc.).
-
Classes in org.apache.torque.adapter used by org.apache.torque.oid
-
Classes in org.apache.torque.adapter used by org.apache.torque.sql.objectbuilder
-
Classes in org.apache.torque.adapter used by org.apache.torque.sql.whereclausebuilder