@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
.
Compound
elementClass, log
Constructor and Description |
---|
CompoundDaoImpl(SessionFactory sessionFactory) |
Modifier and Type | Method and 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).
|
countAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, flush, flushAndClear, getElementClass, getSessionFactory, load, load, loadAll, reattach, reattach, remove, remove, remove, removeAll, save, save, update, update
@Autowired public CompoundDaoImpl(SessionFactory sessionFactory)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.