Class StatementDaoImpl
- java.lang.Object
- 
- ubic.gemma.persistence.service.AbstractDao<Statement>
- 
- ubic.gemma.persistence.service.expression.experiment.StatementDaoImpl
 
 
- 
- All Implemented Interfaces:
- BaseDao<Statement>,- StatementDao
 
 @Repository public class StatementDaoImpl extends AbstractDao<Statement> implements StatementDao 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.persistence.service.AbstractDaoelementClass, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description StatementDaoImpl(SessionFactory sessionFactory)
 - 
Method Summary- 
Methods inherited from class ubic.gemma.persistence.service.AbstractDaocountAll, create, create, find, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface ubic.gemma.persistence.service.BaseDaocountAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
 
- 
 
- 
- 
- 
Constructor Detail- 
StatementDaoImpl@Autowired public StatementDaoImpl(SessionFactory sessionFactory) 
 
- 
 
-