Class UnitDaoImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractDao<Unit>
-
- ubic.gemma.persistence.service.common.measurement.UnitDaoImpl
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log
-
-
Constructor Summary
Constructors Constructor Description UnitDaoImpl(SessionFactory sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Unit
find(Unit unit)
Does a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property).-
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
Methods inherited from interface ubic.gemma.persistence.service.common.measurement.UnitDao
findOrCreate
-
-
-
-
Constructor Detail
-
UnitDaoImpl
@Autowired public UnitDaoImpl(SessionFactory sessionFactory)
-
-