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