Class StatementDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<Statement>
ubic.gemma.persistence.service.expression.experiment.StatementDaoImpl
- All Implemented Interfaces:
BaseDao<Statement>,StatementDao
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByObject(String value) findByObjectLike(String value) findByObjectUri(String uri) findByPredicate(String value) findByPredicateLike(String value) findByPredicateUri(String uri) Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Constructor Details
-
StatementDaoImpl
-
-
Method Details
-
findByPredicate
- Specified by:
findByPredicatein interfaceStatementDao
-
findByPredicateLike
- Specified by:
findByPredicateLikein interfaceStatementDao
-
findByPredicateUri
- Specified by:
findByPredicateUriin interfaceStatementDao
-
findByObject
- Specified by:
findByObjectin interfaceStatementDao
-
findByObjectLike
- Specified by:
findByObjectLikein interfaceStatementDao
-
findByObjectUri
- Specified by:
findByObjectUriin interfaceStatementDao
-