Uses of Class
de.greenrobot.dao.test.AbstractDaoTest

Packages that use AbstractDaoTest
de.greenrobot.dao.test   
 

Uses of AbstractDaoTest in de.greenrobot.dao.test
 

Subclasses of AbstractDaoTest in de.greenrobot.dao.test
 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.
 class AbstractDaoTestSinglePk<D extends AbstractDao<T,K>,T,K>
          Default tests for single-PK entities.
 



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