Uses of Package
org.apache.torque.criteria
Packages that use org.apache.torque.criteria
Package
Description
This package contains Torque's Criteria classes.
Description of the schema layout.
Contains the Mapper interface which defines how to map from
a ResultSet to an object, and simple implementations of this interface.
This package contains classes which are mainly used in the SQL generation
process.
This package contains classes which can build
PreparedStatementParts from a single value or column.
This package contains classes which can build
PreparedStatementParts from a WhereClauseExpression.
Misc. utility classes.
-
Classes in org.apache.torque.criteria used by org.apache.torque.criteriaClassDescriptionEncapsulates conditions to access rows in database tables.Describes one or more where clause parts in the Criteria.This class describes an Element in the From-part of a SQL clause.Data object to describe a join between two tables, for exampleThe possible explicit join types.The rendered SQL for a part of a prepared statement, including replacements for ?Modifiable implementation of the PreparedStatementPart interface.A typesafe enum of SQL string fragments.
-
Classes in org.apache.torque.criteria used by org.apache.torque.map
-
Classes in org.apache.torque.criteria used by org.apache.torque.om.mapper
-
Classes in org.apache.torque.criteria used by org.apache.torque.sqlClassDescriptionEncapsulates conditions to access rows in database tables.This class describes an Element in the From-part of a SQL clause.A typesafe enum of SQL string fragments.
-
Classes in org.apache.torque.criteria used by org.apache.torque.sql.objectbuilderClassDescriptionEncapsulates conditions to access rows in database tables.The rendered SQL for a part of a prepared statement, including replacements for ?
-
Classes in org.apache.torque.criteria used by org.apache.torque.sql.whereclausebuilderClassDescriptionThe rendered SQL for a part of a prepared statement, including replacements for ?
-
Classes in org.apache.torque.criteria used by org.apache.torque.util