Uses of Interface
com.j256.ormlite.dao.CloseableIterable

Packages that use CloseableIterable
com.j256.ormlite.dao Database Access Object classes. 
com.j256.ormlite.stmt SQL statement generation and processing. 
 

Uses of CloseableIterable in com.j256.ormlite.dao
 

Subinterfaces of CloseableIterable in com.j256.ormlite.dao
 interface Dao<T,ID>
          The definition of the Database Access Objects that handle the reading and writing a class from the database.
 interface 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[].
 interface RawResults
          Deprecated.  
 

Classes in com.j256.ormlite.dao that implement CloseableIterable
 class BaseDaoImpl<T,ID>
          Base class for the Database Access Objects that handle the reading and writing a class from the database.
 

Uses of CloseableIterable in com.j256.ormlite.stmt
 

Classes in com.j256.ormlite.stmt that implement CloseableIterable
 class RawResultsImpl<T>
          Handler for our raw results objects which does the conversion for various different results: String[], Object[], and user defined .
 



Copyright © 2011. All Rights Reserved.