|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.greenrobot.dao.test.DbTest<Application>
de.greenrobot.dao.test.AbstractDaoTest<D,T,K>
de.greenrobot.dao.test.AbstractDaoTestSinglePk<D,T,java.lang.String>
de.greenrobot.dao.test.AbstractDaoTestStringPk<D,T>
D
- DAO classT
- Entity type of the DAOpublic abstract class AbstractDaoTestStringPk<D extends AbstractDao<T,java.lang.String>,T>
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 |
---|
public AbstractDaoTestStringPk(java.lang.Class<D> daoClass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |