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

Packages that use Dao
com.j256.ormlite.dao Database Access Object classes. 
 

Uses of Dao in com.j256.ormlite.dao
 

Classes in com.j256.ormlite.dao that implement Dao
 class BaseJdbcDao<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>
BaseJdbcDao.createDao(DatabaseType databaseType, DataSource dataSource, Class<T> clazz)
          Helper method to create a Dao object without having to define a class.
 



Copyright © 2010. All Rights Reserved.