Class CompoundDaoImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractDao<Compound>
-
- ubic.gemma.persistence.service.expression.biomaterial.CompoundDaoImpl
-
- All Implemented Interfaces:
BaseDao<Compound>
,CompoundDao
@Repository public class CompoundDaoImpl extends AbstractDao<Compound> implements CompoundDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
ubic.gemma.model.expression.biomaterial.Compound
.- See Also:
Compound
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
elementClass, log
-
-
Constructor Summary
Constructors Constructor Description CompoundDaoImpl(SessionFactory sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Compound
find(Compound compound)
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, remove, remove, remove, save, save, 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, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
-
-
-
Constructor Detail
-
CompoundDaoImpl
@Autowired public CompoundDaoImpl(SessionFactory sessionFactory)
-
-