Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
com.j256.ormlite.field |
Object field information.
|
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 |
---|
BaseForeignCollection
Base collection that is set on a field that as been marked with the
ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
CloseableIterable
Extension to Iterable to provide a iterator() method that returns a
CloseableIterator . |
CloseableIterator
Extension to Iterator to provide a close() method.
|
CloseableSpliterator
Extension to Spliterator to provide a close() method.
|
CloseableWrappedIterable
Extension to CloseableIterable which defines a class which has an iterator() method that returns a
CloseableIterator but also can be closed itself. |
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database.
|
Dao.CreateOrUpdateStatus
Return class for the
Dao.createOrUpdate(Object) method. |
Dao.DaoObserver
Defines a class that can observe changes to entities managed by the DAO.
|
DatabaseResultsMapper
Result apper that utilized the raw
DatabaseResults object. |
ForeignCollection
Collection that is set on a field that as been marked with the
ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
GenericRawResults
Results returned by a call to
Dao.queryRaw(String, String...) which returns results as a String[],
Dao.queryRaw(String, RawRowMapper, String...) which returns results mapped by the caller to an Object, and
Dao.queryRaw(String, DataType[], String...) which returns each results as a Object[]. |
LazyForeignCollection
Collection that is set on a field that as been marked with the
ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
ObjectCache
Definition of an object cache that can be injected into the Dao with the
Dao.setObjectCache(ObjectCache) . |
RawRowMapper
Parameterized row mapper that takes output from the
GenericRawResults and returns a T. |
RawRowObjectMapper
Parameterized row mapper that takes output from the
GenericRawResults and returns a T. |
ReferenceObjectCache
Cache for ORMLite which stores objects with a
WeakReference or SoftReference to them. |
RuntimeExceptionDao
Proxy to a
Dao that wraps each Exception and rethrows it as RuntimeException. |
Class and Description |
---|
BaseForeignCollection
Base collection that is set on a field that as been marked with the
ForeignCollectionField annotation when an
object is refreshed or queried (i.e. |
ObjectCache
Definition of an object cache that can be injected into the Dao with the
Dao.setObjectCache(ObjectCache) . |
Class and Description |
---|
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database.
|
Class and Description |
---|
BaseDaoImpl
Base class for the Database Access Objects that handle the reading and writing a class from the database.
|
CloseableIterable
Extension to Iterable to provide a iterator() method that returns a
CloseableIterator . |
CloseableIterator
Extension to Iterator to provide a close() method.
|
CloseableWrappedIterable
Extension to CloseableIterable which defines a class which has an iterator() method that returns a
CloseableIterator but also can be closed itself. |
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database.
|
DatabaseResultsMapper
Result apper that utilized the raw
DatabaseResults object. |
GenericRawResults
Results returned by a call to
Dao.queryRaw(String, String...) which returns results as a String[],
Dao.queryRaw(String, RawRowMapper, String...) which returns results mapped by the caller to an Object, and
Dao.queryRaw(String, DataType[], String...) which returns each results as a Object[]. |
ObjectCache
Definition of an object cache that can be injected into the Dao with the
Dao.setObjectCache(ObjectCache) . |
RawRowMapper
Parameterized row mapper that takes output from the
GenericRawResults and returns a T. |
RawRowObjectMapper
Parameterized row mapper that takes output from the
GenericRawResults and returns a T. |
Class and Description |
---|
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database.
|
ObjectCache
Definition of an object cache that can be injected into the Dao with the
Dao.setObjectCache(ObjectCache) . |
Class and Description |
---|
ObjectCache
Definition of an object cache that can be injected into the Dao with the
Dao.setObjectCache(ObjectCache) . |
Class and Description |
---|
Dao
The definition of the Database Access Objects that handle the reading and writing a class from the database.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.