Uses of Interface
de.greenrobot.dao.IdentityScope

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

Uses of IdentityScope in de.greenrobot.dao
 

Classes in de.greenrobot.dao that implement IdentityScope
 class IdentityScopeLong<T>
          The context for entity identities.
 class IdentityScopeObject<K,T>
          The context for entity identities.
 

Methods in de.greenrobot.dao that return IdentityScope
 IdentityScope<?,?> DaoConfig.getIdentityScope()
           
 

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

Uses of IdentityScope in de.greenrobot.dao.test
 

Methods in de.greenrobot.dao.test with parameters of type IdentityScope
 void AbstractDaoTest.setIdentityScopeBeforeSetUp(IdentityScope<K,T> identityScope)
           
 



Copyright © 2011 greenrobot.de. All Rights Reserved.