| Package | Description |
|---|---|
| com.j256.ormlite.stmt |
SQL statement generation and processing.
|
| com.j256.ormlite.stmt.mapped |
Compiled SQL query statements.
|
| Class and Description |
|---|
| MappedPreparedStmt
Mapped statement used by the
StatementBuilder.prepareStatement(Long, boolean) method. |
| Class and Description |
|---|
| BaseMappedQuery
Abstract mapped statement for queries which handle the creating of a new object and the row mapping functionality.
|
| BaseMappedStatement
Abstract mapped statement which has common statements used by the subclasses.
|
| MappedCreate
A mapped statement for creating a new instance of an object.
|
| MappedDelete
A mapped statement for deleting an object.
|
| MappedQueryForFieldEq
Mapped statement for querying for an object by a single field.
|
| MappedRefresh
Mapped statement for refreshing the fields in an object.
|
| MappedUpdate
Mapped statement for updating an object.
|
| MappedUpdateId
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.