Uses of Class
de.greenrobot.dao.AbstractDao

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

Uses of AbstractDao in de.greenrobot.dao
 

Methods in de.greenrobot.dao that return AbstractDao
 AbstractDao<T,K> UnitTestDaoAccess.getDao()
           
 AbstractDao<?,?> AbstractDaoSession.getDao(java.lang.Class<? extends java.lang.Object> entityClass)
           
 

Constructors in de.greenrobot.dao with parameters of type AbstractDao
DeleteQuery(AbstractDao<T,?> dao, java.lang.String sql, java.util.Collection<java.lang.Object> valueList)
           
 

Constructor parameters in de.greenrobot.dao with type arguments of type AbstractDao
UnitTestDaoAccess(SQLiteDatabase db, java.lang.Class<AbstractDao<T,K>> daoClass, IdentityScope<?,?> identityScope)
           
 

Uses of AbstractDao in de.greenrobot.dao.test
 

Classes in de.greenrobot.dao.test with type parameters of type AbstractDao
 class AbstractDaoTest<D extends AbstractDao<T,K>,T,K>
          Base class for DAO related testing.
 class AbstractDaoTestLongPk<D extends AbstractDao<T,java.lang.Long>,T>
          Base class for DAOs having a long/Long as a PK, which is quite common.
 class AbstractDaoTestSinglePk<D extends AbstractDao<T,K>,T,K>
          Default tests for single-PK entities.
 



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