Package ubic.gemma.persistence.service
Class AbstractDaoTest.MyDao
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractDao<AbstractDaoTest.MyEntity>
-
- ubic.gemma.persistence.service.AbstractDaoTest.MyDao
-
- All Implemented Interfaces:
BaseDao<AbstractDaoTest.MyEntity>
- Enclosing class:
- AbstractDaoTest
public static class AbstractDaoTest.MyDao extends AbstractDao<AbstractDaoTest.MyEntity>
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
elementClass, log
-
-
Constructor Summary
Constructors Constructor Description MyDao(SessionFactory sessionFactory)
-
Method Summary
-
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
-
-
-
Constructor Detail
-
MyDao
public MyDao(SessionFactory sessionFactory)
-
-