Uses of Class
de.greenrobot.dao.AbstractDaoSession

Packages that use AbstractDaoSession
de.greenrobot.dao   
de.greenrobot.dao.test   
 

Uses of AbstractDaoSession in de.greenrobot.dao
 

Methods in de.greenrobot.dao that return AbstractDaoSession
 AbstractDaoSession AbstractDao.getSession()
           
abstract  AbstractDaoSession AbstractDaoMaster.newSession()
           
abstract  AbstractDaoSession AbstractDaoMaster.newSession(IdentityScopeType type)
           
 

Constructors in de.greenrobot.dao with parameters of type AbstractDaoSession
AbstractDao(DaoConfig config, AbstractDaoSession daoSession)
           
 

Uses of AbstractDaoSession in de.greenrobot.dao.test
 

Classes in de.greenrobot.dao.test with type parameters of type AbstractDaoSession
 class AbstractDaoSessionTest<A extends Application,T extends AbstractDaoMaster,S extends AbstractDaoSession>
          Base class for DAO (master) related testing.
 



Copyright © 2011-2012 greenrobot.de. All Rights Reserved.