|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.greenrobot.dao.test.DbTest<Application> de.greenrobot.dao.test.AbstractDaoTest<D,T,K> de.greenrobot.dao.test.AbstractDaoTestSinglePk<D,T,java.lang.Long> de.greenrobot.dao.test.AbstractDaoTestLongPk<D,T>
D
- DAO classT
- Entity type of the DAOpublic abstract 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.
Constructor Summary | |
---|---|
AbstractDaoTestLongPk(java.lang.Class<D> daoClass) |
Method Summary |
---|
Methods inherited from class de.greenrobot.dao.test.AbstractDaoTestSinglePk |
---|
testAssignPk, testCount, testDelete, testDeleteAll, testInsertAndLoad, testInsertInTx, testInsertOrReplaceTwice, testInsertTwice, testLoadAll, testLoadPk, testLoadPkWithOffset, testQuery, testReadWithOffset, testRowId, testUpdate |
Methods inherited from class de.greenrobot.dao.test.AbstractDaoTest |
---|
setIdentityScopeBeforeSetUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDaoTestLongPk(java.lang.Class<D> daoClass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |