Uses of Package
org.apache.torque.criteria
-
Packages that use org.apache.torque.criteria Package Description 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. utility classes. -
Classes in org.apache.torque.criteria used by org.apache.torque.criteria Class Description 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 exampleJoinType The possible explicit join types.PreparedStatementPart The rendered SQL for a part of a prepared statement, including replacements for ?PreparedStatementPartImpl Modifiable implementation of the PreparedStatementPart interface.SqlEnum A typesafe enum of SQL string fragments. -
Classes in org.apache.torque.criteria used by org.apache.torque.map Class Description Criteria Encapsulates conditions to access rows in database tables. -
Classes in org.apache.torque.criteria used by org.apache.torque.om.mapper Class Description Criteria Encapsulates conditions to access rows in database tables. -
Classes in org.apache.torque.criteria used by org.apache.torque.sql Class Description Criteria Encapsulates conditions to access rows in database tables.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 Class Description Criteria Encapsulates conditions to access rows in database tables.PreparedStatementPart 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.whereclausebuilder Class Description PreparedStatementPart The rendered SQL for a part of a prepared statement, including replacements for ? -
Classes in org.apache.torque.criteria used by org.apache.torque.util Class Description Criteria Encapsulates conditions to access rows in database tables.