Uses of Package
org.apache.torque.criteria

Packages that use org.apache.torque.criteria
org.apache.torque.criteria This package contains Torque's Criteria classes. 
org.apache.torque.map Description of the schema layout. 
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. 
 

Classes in org.apache.torque.criteria used by org.apache.torque.criteria
Criteria
          Encapsulates conditions to access rows in database tables.
CriteriaInterface
          Deprecated. This interface will only exist temporarily and will be removed as soon as the class org.apache.torque.util.Criteria is removed.
Criterion
          Describes one or more where clause parts in the Criteria.
FromElement
          This class describes an Element in the From-part of a SQL clause.
Join
          Data object to describe a join between two tables, for example
JoinType
          The possible explicit join types.
PreparedStatementPart
          The rendered SQL for a part of a prepared statement.
SqlEnum
          A typesafe enum of SQL string fragments.
 

Classes in org.apache.torque.criteria used by org.apache.torque.map
CriteriaInterface
          Deprecated. This interface will only exist temporarily and will be removed as soon as the class org.apache.torque.util.Criteria is removed.
 

Classes in org.apache.torque.criteria used by org.apache.torque.om.mapper
CriteriaInterface
          Deprecated. This interface will only exist temporarily and will be removed as soon as the class org.apache.torque.util.Criteria is removed.
 

Classes in org.apache.torque.criteria used by org.apache.torque.sql
Criteria
          Encapsulates conditions to access rows in database tables.
CriteriaInterface
          Deprecated. This interface will only exist temporarily and will be removed as soon as the class org.apache.torque.util.Criteria is removed.
FromElement
          This class describes an Element in the From-part of a SQL clause.
SqlEnum
          A typesafe enum of SQL string fragments.
 

Classes in org.apache.torque.criteria used by org.apache.torque.sql.objectbuilder
PreparedStatementPart
          The rendered SQL for a part of a prepared statement.
 

Classes in org.apache.torque.criteria used by org.apache.torque.sql.whereclausebuilder
PreparedStatementPart
          The rendered SQL for a part of a prepared statement.
 

Classes in org.apache.torque.criteria used by org.apache.torque.util
Criteria
          Encapsulates conditions to access rows in database tables.
CriteriaInterface
          Deprecated. This interface will only exist temporarily and will be removed as soon as the class org.apache.torque.util.Criteria is removed.
SqlEnum
          A typesafe enum of SQL string fragments.
 



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