de.greenrobot.dao.test
Class AbstractDaoTestLongPk<D extends AbstractDao<T,java.lang.Long>,T>
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>
- Type Parameters:
D
- DAO classT
- Entity type of the DAO
public abstract class AbstractDaoTestLongPk<D extends AbstractDao<T,java.lang.Long>,T>
- extends AbstractDaoTestSinglePk<D,T,java.lang.Long>
Base class for DAOs having a long/Long as a PK, which is quite common.
Methods inherited from class de.greenrobot.dao.test.AbstractDaoTestSinglePk |
testCount, testDelete, testDeleteAll, testDeleteInTx, testInsertAndLoad, testInsertInTx, testInsertOrReplaceInTx, testInsertOrReplaceTwice, testInsertTwice, testLoadAll, testLoadPk, testLoadPkWithOffset, testQuery, testReadWithOffset, testRowId, testUpdate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDaoTestLongPk
public AbstractDaoTestLongPk(java.lang.Class<D> daoClass)
testAssignPk
public void testAssignPk()
Copyright © 2011-2012 greenrobot.de. All Rights Reserved.