Uses of Package
org.apache.torque.adapter
-
Packages that use org.apache.torque.adapter Package Description org.apache.torque Torque is an object-relational mapper for Java.org.apache.torque.adapter Adapters between Torque and various databases.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".org.apache.torque.sql.objectbuilder This package contains classes which can build PreparedStatementParts from a single value or column.org.apache.torque.sql.whereclausebuilder This package contains classes which can build PreparedStatementParts from a WhereClauseExpression. -
Classes in org.apache.torque.adapter used by org.apache.torque Class Description Adapter DB
defines the interface for a Torque database adapter.IDMethod 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.adapter Class Description AbstractAdapter This 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.Adapter DB
defines the interface for a Torque database adapter.IDMethod 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 Class Description Adapter DB
defines the interface for a Torque database adapter. -
Classes in org.apache.torque.adapter used by org.apache.torque.map Class Description IDMethod 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.oid Class Description Adapter DB
defines the interface for a Torque database adapter.IDMethod 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.sql.objectbuilder Class Description Adapter DB
defines the interface for a Torque database adapter. -
Classes in org.apache.torque.adapter used by org.apache.torque.sql.whereclausebuilder Class Description Adapter DB
defines the interface for a Torque database adapter.