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

Packages that use Dao
com.j256.ormlite.dao   
 

Uses of Dao in com.j256.ormlite.dao
 

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

Methods in com.j256.ormlite.dao that return Dao
static
<T,ID> Dao<T,ID>
BaseDaoImpl.createDao(ConnectionSource connectionSource, Class<T> clazz)
          Helper method to create a Dao object without having to define a class.
 



Copyright © 2011. All Rights Reserved.