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.field.converter | |
com.j256.ormlite.field.types | |
com.j256.ormlite.misc |
Miscellaneous 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.
|
com.j256.ormlite.table |
Object table information.
|
Class and Description |
---|
DataType
Data type enumeration that corresponds to a
DataPersister . |
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
Class and Description |
---|
DataPersister
Data type that provide Java class to/from database mapping.
|
FieldConverter
Convert a Java object into the appropriate argument to a SQL statement and then back from the result set to the Java
object.
|
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
Class and Description |
---|
DatabaseField
Annotation that identifies a field in a class that corresponds to a column in the database and will be persisted.
|
DatabaseFieldConfig
Database field configuration information either supplied by a
DatabaseField annotation or by direct Java or
Spring wiring. |
DataPersister
Data type that provide Java class to/from database mapping.
|
DataType
Data type enumeration that corresponds to a
DataPersister . |
FieldConverter
Convert a Java object into the appropriate argument to a SQL statement and then back from the result set to the Java
object.
|
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
SqlType
The SQL data types that are supported.
|
Class and Description |
---|
BaseFieldConverter
Base class for field-converters.
|
FieldConverter
Convert a Java object into the appropriate argument to a SQL statement and then back from the result set to the Java
object.
|
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
SqlType
The SQL data types that are supported.
|
Class and Description |
---|
BaseFieldConverter
Base class for field-converters.
|
DataPersister
Data type that provide Java class to/from database mapping.
|
FieldConverter
Convert a Java object into the appropriate argument to a SQL statement and then back from the result set to the Java
object.
|
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
SqlType
The SQL data types that are supported.
|
Class and Description |
---|
DatabaseFieldConfig
Database field configuration information either supplied by a
DatabaseField annotation or by direct Java or
Spring wiring. |
Class and Description |
---|
DataType
Data type enumeration that corresponds to a
DataPersister . |
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
SqlType
The SQL data types that are supported.
|
Class and Description |
---|
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
Class and Description |
---|
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
SqlType
The SQL data types that are supported.
|
Class and Description |
---|
DatabaseFieldConfig
Database field configuration information either supplied by a
DatabaseField annotation or by direct Java or
Spring wiring. |
FieldType
Per field information configured from the
DatabaseField annotation and the associated Field in the
class. |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.