| Class | Description |
|---|---|
| BaseMappedQuery<T,ID> |
Abstract mapped statement for queries which handle the creating of a new object and the row mapping functionality.
|
| BaseMappedStatement<T,ID> |
Abstract mapped statement which has common statements used by the subclasses.
|
| MappedCreate<T,ID> |
A mapped statement for creating a new instance of an object.
|
| MappedDelete<T,ID> |
A mapped statement for deleting an object.
|
| MappedDeleteCollection<T,ID> |
A mapped statement for deleting objects that correspond to a collection of IDs.
|
| MappedPreparedStmt<T,ID> |
Mapped statement used by the
StatementBuilder.prepareStatement(Long, boolean) method. |
| MappedQueryForFieldEq<T,ID> |
Mapped statement for querying for an object by a single field.
|
| MappedRefresh<T,ID> |
Mapped statement for refreshing the fields in an object.
|
| MappedUpdate<T,ID> |
Mapped statement for updating an object.
|
| MappedUpdateId<T,ID> |
Mapped statement for updating an object's ID field.
|
Compiled SQL query statements.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.