|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
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() method. |
MappedQueryForId<T,ID> | Mapped statement for querying for an object by its ID. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |