Package org.apache.torque.criteria


package org.apache.torque.criteria
This package contains Torque's Criteria classes.
  • Klasse
    Beschreibung
    Encapsulates 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 example
    The 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.