Uses of Package
com.j256.ormlite.dao

Packages that use com.j256.ormlite.dao
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. 
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.dao
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.
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.
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[].
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.
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.
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.field
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).
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.misc
Dao
          The definition of the Database Access Objects that handle the reading and writing a class from the database.
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.stmt
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.
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.
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.stmt.mapped
ObjectCache
          Definition of an object cache that can be injected into the Dao with the Dao.setObjectCache(ObjectCache).
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.support
ObjectCache
          Definition of an object cache that can be injected into the Dao with the Dao.setObjectCache(ObjectCache).
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.table
BaseDaoImpl
          Base class for 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.