de.greenrobot.dao.test
Class AbstractDaoTestStringPk<D extends AbstractDao<T,java.lang.String>,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.String>
                  extended by de.greenrobot.dao.test.AbstractDaoTestStringPk<D,T>
Type Parameters:
D - DAO class
T - Entity type of the DAO

public abstract class AbstractDaoTestStringPk<D extends AbstractDao<T,java.lang.String>,T>
extends AbstractDaoTestSinglePk<D,T,java.lang.String>

Base class for DAOs having a String as a PK.


Constructor Summary
AbstractDaoTestStringPk(java.lang.Class<D> daoClass)
           
 
Method Summary
 
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 de.greenrobot.dao.test.AbstractDaoTest
setIdentityScopeBeforeSetUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDaoTestStringPk

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


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