Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
com.j256.ormlite.db |
Per-database type and SQL information.
|
com.j256.ormlite.field |
Object field information.
|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
com.j256.ormlite.stmt.mapped |
Compiled SQL query statements.
|
com.j256.ormlite.table |
Object table information.
|
Class and Description |
---|
DatabaseTableConfig
Database table configuration information either supplied by Spring or direct Java wiring or from a
DatabaseTable annotation. |
ObjectFactory
Interface that allows you to inject a factory class that creates objects of this class.
|
TableInfo
Information about a database table including the associated tableName, class, constructor, and the included fields.
|
Class and Description |
---|
DatabaseTableConfig
Database table configuration information either supplied by Spring or direct Java wiring or from a
DatabaseTable annotation. |
Class and Description |
---|
DatabaseTableConfig
Database table configuration information either supplied by Spring or direct Java wiring or from a
DatabaseTable annotation. |
Class and Description |
---|
TableInfo
Information about a database table including the associated tableName, class, constructor, and the included fields.
|
Class and Description |
---|
TableInfo
Information about a database table including the associated tableName, class, constructor, and the included fields.
|
Class and Description |
---|
DatabaseTableConfig
Database table configuration information either supplied by Spring or direct Java wiring or from a
DatabaseTable annotation. |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.