Package com.j256.ormlite.dao

Database Access Object classes.

See:
          Description

Interface Summary
CloseableIterable<T> Extension to Iterable to provide a iterator() method that returns a CloseableIterator.
CloseableIterator<T> Extension to Iterator to provide a close() method.
Dao<T,ID> The definition of the Database Access Objects that handle the reading and writing a class from the database.
ForeignCollection<T> 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<T> 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[].
RawResults Deprecated.  
RawRowMapper<T> Parameterized row mapper that takes output from the RawResults and returns a T.
 

Class Summary
BaseDaoImpl<T,ID> Base class for the Database Access Objects that handle the reading and writing a class from the database.
BaseForeignCollection<T,ID> 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.
DaoManager Class which caches created DAOs.
EagerForeignCollection<T,ID> Collection that is set on a field that as been marked with the ForeignCollectionField annotation when an object is refreshed or queried (i.e.
LazyForeignCollection<T,ID> Collection that is set on a field that as been marked with the ForeignCollectionField annotation when an object is refreshed or queried (i.e.
 

Package com.j256.ormlite.dao Description

Database Access Object classes.



Copyright © 2011. All Rights Reserved.