Uses of Package
org.apache.torque

Packages that use org.apache.torque
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.criteria This package contains Torque's Criteria classes. 
org.apache.torque.dsfactory Torque's API for creation of various javax.sql.DataSource implementations. 
org.apache.torque.manager A manager/factory API for use with Torque-generated data beans. 
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.om API for the classic Torque-generated object model. 
org.apache.torque.om.mapper Contains the Mapper interface which defines how to map from a ResultSet to an object, and simple implementations of this interface. 
org.apache.torque.sql This package contains classes which are mainly used in the SQL generation process. 
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. 
org.apache.torque.util Misc. 
org.apache.torque.util.functions SQL function handling 
 

Classes in org.apache.torque used by org.apache.torque
Column
          The metadata of a column (or pseudocolumn) in a database.
Database
          Bundles all information about a database.
TorqueException
          The base class of all checked exceptions thrown by Torque.
TorqueInstance
          The core of Torque's implementation.
 

Classes in org.apache.torque used by org.apache.torque.adapter
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.avalon
TorqueInstance
          The core of Torque's implementation.
 

Classes in org.apache.torque used by org.apache.torque.criteria
Column
          The metadata of a column (or pseudocolumn) in a database.
 

Classes in org.apache.torque used by org.apache.torque.dsfactory
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.manager
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.map
Column
          The metadata of a column (or pseudocolumn) in a database.
Database
          Bundles all information about a database.
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.oid
Database
          Bundles all information about a database.
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.om
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.om.mapper
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.sql
Column
          The metadata of a column (or pseudocolumn) in a database.
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.sql.objectbuilder
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.sql.whereclausebuilder
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.util
Column
          The metadata of a column (or pseudocolumn) in a database.
TorqueException
          The base class of all checked exceptions thrown by Torque.
 

Classes in org.apache.torque used by org.apache.torque.util.functions
Column
          The metadata of a column (or pseudocolumn) in a database.
 



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