public class InternalUnitTestDaoAccess<T,K>
extends java.lang.Object
| Constructor and Description |
|---|
InternalUnitTestDaoAccess(Database db,
java.lang.Class<AbstractDao<T,K>> daoClass,
IdentityScope<?,?> identityScope) |
| Modifier and Type | Method and Description |
|---|---|
AbstractDao<T,K> |
getDao() |
K |
getKey(T entity) |
Property[] |
getProperties() |
boolean |
isEntityUpdateable() |
T |
readEntity(Cursor cursor,
int offset) |
K |
readKey(Cursor cursor,
int offset) |
public InternalUnitTestDaoAccess(Database db, java.lang.Class<AbstractDao<T,K>> daoClass, IdentityScope<?,?> identityScope) throws java.lang.Exception
java.lang.ExceptionAvailable under the GPLv3 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.