Uses of Package
org.apache.torque.adapter

Packages that use org.apache.torque.adapter
org.apache.torque Torque is an object-relational mapper for Java. 
org.apache.torque.adapter Adapters between Torque and various databases. 
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
Adapter
          DB defines the interface for a Torque database adapter.
IDMethod
          Interface for various ID retrieval method types (i.e.
 

Classes in org.apache.torque.adapter used by org.apache.torque.adapter
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.
 

Classes in org.apache.torque.adapter used by org.apache.torque.map
IDMethod
          Interface for various ID retrieval method types (i.e.
 

Classes in org.apache.torque.adapter used by org.apache.torque.oid
Adapter
          DB defines the interface for a Torque database adapter.
IDMethod
          Interface for various ID retrieval method types (i.e.
 

Classes in org.apache.torque.adapter used by org.apache.torque.sql.objectbuilder
Adapter
          DB defines the interface for a Torque database adapter.
 

Classes in org.apache.torque.adapter used by org.apache.torque.sql.whereclausebuilder
Adapter
          DB defines the interface for a Torque database adapter.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.