de.greenrobot.dao.test
Class AbstractDaoTestLongPk<D extends AbstractDao<T,java.lang.Long>,T>

java.lang.Object
  extended by 
      extended by de.greenrobot.dao.test.DbTest<Application>
          extended by de.greenrobot.dao.test.AbstractDaoTest<D,T,K>
              extended by de.greenrobot.dao.test.AbstractDaoTestSinglePk<D,T,java.lang.Long>
                  extended by de.greenrobot.dao.test.AbstractDaoTestLongPk<D,T>
Type Parameters:
D - DAO class
T - 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.


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

AbstractDaoTestLongPk

public AbstractDaoTestLongPk(java.lang.Class<D> daoClass)


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