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.spring Support classes for spring wiring the package. 
com.j256.ormlite.stmt SQL statement generation and processing. 
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.dao
CloseableIterable
          Extension to Iterable to provide a iterator() method that returns a CloseableIterator.
CloseableIterator
          Extension to Iterator to provide a close() method.
Dao
          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[].
 

Classes in com.j256.ormlite.dao used by com.j256.ormlite.spring
BaseJdbcDao
          Base class for 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
BaseJdbcDao
          Base class for the Database Access Objects that handle the reading and writing a class from the database.
CloseableIterator
          Extension to Iterator to provide a close() method.
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[].
 



Copyright © 2010. All Rights Reserved.