Package org.apache.torque.criteria

This package contains Torque's Criteria classes.

See:
          Description

Interface Summary
CriteriaInterface<T> Deprecated. This interface will only exist temporarily and will be removed as soon as the class org.apache.torque.util.Criteria is removed.
 

Class Summary
Criteria Encapsulates conditions to access rows in database tables.
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
PreparedStatementPart The rendered SQL for a part of a prepared statement.
SqlEnum A typesafe enum of SQL string fragments.
 

Enum Summary
JoinType The possible explicit join types.
 

Package org.apache.torque.criteria Description

This package contains Torque's Criteria classes.



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