Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
com.j256.ormlite.stmt.mapped |
Compiled SQL query statements.
|
com.j256.ormlite.support |
Database support classes.
|
Class and Description |
---|
DeleteBuilder
Assists in building sql DELETE statements for a particular table in a particular database.
|
GenericRowMapper
Parameterized version similar to Spring's RowMapper which converts a result row into an object.
|
PreparedDelete
Interface returned by the
DeleteBuilder.prepare() which supports custom DELETE statements. |
PreparedQuery
Interface returned by the
QueryBuilder.prepare() which supports custom SELECT queries. |
PreparedUpdate
Interface returned by the
UpdateBuilder.prepare() which supports custom UPDATE statements. |
QueryBuilder
Assists in building sql query (SELECT) statements for a particular table in a particular database.
|
StatementExecutor
Executes SQL statements for a particular table in a particular database.
|
UpdateBuilder
Assists in building sql UPDATE statements for a particular table in a particular database.
|
Class and Description |
---|
ArgumentHolder
An argument to a select SQL statement.
|
BaseArgumentHolder
Base class for other select argument classes.
|
DeleteBuilder
Assists in building sql DELETE statements for a particular table in a particular database.
|
GenericRowMapper
Parameterized version similar to Spring's RowMapper which converts a result row into an object.
|
PreparedDelete
Interface returned by the
DeleteBuilder.prepare() which supports custom DELETE statements. |
PreparedQuery
Interface returned by the
QueryBuilder.prepare() which supports custom SELECT queries. |
PreparedStmt |
PreparedUpdate
Interface returned by the
UpdateBuilder.prepare() which supports custom UPDATE statements. |
QueryBuilder
Assists in building sql query (SELECT) statements for a particular table in a particular database.
|
QueryBuilder.JoinType
Type of the JOIN that we are adding.
|
QueryBuilder.JoinWhereOperation
When we are combining WHERE statements from the two joined query-builders, this determines the operator to use to
do so.
|
SelectIterator
Internal iterator so we can page through the class.
|
StatementBuilder
Assists in building of SQL statements for a particular table in a particular database.
|
StatementBuilder.StatementInfo
Class which wraps information about a statement including the arguments and the generated SQL statement string.
|
StatementBuilder.StatementType
Types of statements that we are building.
|
StatementBuilder.WhereOperation
Enum which defines which type of where operation we are appending.
|
UpdateBuilder
Assists in building sql UPDATE statements for a particular table in a particular database.
|
Where
Manages the various clauses that make up the WHERE part of a SQL statement.
|
Class and Description |
---|
ArgumentHolder
An argument to a select SQL statement.
|
GenericRowMapper
Parameterized version similar to Spring's RowMapper which converts a result row into an object.
|
PreparedDelete
Interface returned by the
DeleteBuilder.prepare() which supports custom DELETE statements. |
PreparedQuery
Interface returned by the
QueryBuilder.prepare() which supports custom SELECT queries. |
PreparedStmt |
PreparedUpdate
Interface returned by the
UpdateBuilder.prepare() which supports custom UPDATE statements. |
StatementBuilder.StatementType
Types of statements that we are building.
|
Class and Description |
---|
GenericRowMapper
Parameterized version similar to Spring's RowMapper which converts a result row into an object.
|
StatementBuilder.StatementType
Types of statements that we are building.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.