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.
RawResults Results returned by a call to Dao.queryForAllRaw(java.lang.String) or Dao.iteratorRaw(java.lang.String) which handles each result as a String[].
 

Class Summary
BaseJdbcDao<T,ID> Base class for the Database Access Objects that handle the reading and writing a class from the database.
 

Package com.j256.ormlite.dao Description

Database Access Object classes.



Copyright © 2010. All Rights Reserved.