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.
|
Class and 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 example
|
JoinType
The possible explicit join types.
|
PreparedStatementPart
The rendered SQL for a part of a prepared statement, including replacements for ? placeholders.
|
PreparedStatementPartImpl
Modifiable implementation of the PreparedStatementPart interface.
|
SqlEnum
A typesafe enum of SQL string fragments.
|
Class and Description |
---|
Criteria
Encapsulates conditions to access rows in database tables.
|
Class and Description |
---|
Criteria
Encapsulates conditions to access rows in database tables.
|
Class and 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.
|
Class and Description |
---|
Criteria
Encapsulates conditions to access rows in database tables.
|
PreparedStatementPart
The rendered SQL for a part of a prepared statement, including replacements for ? placeholders.
|
Class and Description |
---|
PreparedStatementPart
The rendered SQL for a part of a prepared statement, including replacements for ? placeholders.
|
Class and Description |
---|
Criteria
Encapsulates conditions to access rows in database tables.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.