Class ExpressionExperimentSubSetDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<ExpressionExperimentSubSet>
ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentSubSetDaoImpl
- All Implemented Interfaces:
BaseDao<ExpressionExperimentSubSet>,ExpressionExperimentSubSetDao
@Repository
public class ExpressionExperimentSubSetDaoImpl
extends AbstractDao<ExpressionExperimentSubSet>
implements ExpressionExperimentSubSetDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
ubic.gemma.model.expression.experiment.ExpressionExperimentSubSet.
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(ExpressionExperimentSubSet entity) Does a look-up for the given entity in the persistent storage, usually looking for a specific identifier ifIdentifiable.getId()is set or a business key.findByBioAssayIn(Collection<BioAssay> bioAssays) getFactorValuesUsed(Long subSetId, Long experimentalFactor) getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) Obtain theFactorValueused by the samples from this subset in the given factor.voidremove(ExpressionExperimentSubSet entity) Remove a persistent entity.Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, findByProperty, findByPropertyIn, findIdByProperty, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, save, save, streamAll, streamAll, streamQuery, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, save, save, streamAll, streamAll, update, update
-
Constructor Details
-
ExpressionExperimentSubSetDaoImpl
-
-
Method Details
-
find
Description copied from interface:BaseDaoDoes a look-up for the given entity in the persistent storage, usually looking for a specific identifier ifIdentifiable.getId()is set or a business key.- Specified by:
findin interfaceBaseDao<ExpressionExperimentSubSet>- Overrides:
findin classAbstractDao<ExpressionExperimentSubSet>- Parameters:
entity- the entity to look for.- Returns:
- an entity that was found in the persistent storage, or null if no such entity was found.
-
loadWithBioAssays
- Specified by:
loadWithBioAssaysin interfaceExpressionExperimentSubSetDao
-
findByBioAssayIn
- Specified by:
findByBioAssayInin interfaceExpressionExperimentSubSetDao
-
getFactorValuesUsed
public Collection<FactorValue> getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) Description copied from interface:ExpressionExperimentSubSetDaoObtain theFactorValueused by the samples from this subset in the given factor.- Specified by:
getFactorValuesUsedin interfaceExpressionExperimentSubSetDao
-
getFactorValuesUsed
- Specified by:
getFactorValuesUsedin interfaceExpressionExperimentSubSetDao- See Also:
-
getArrayDesignsUsed
- Specified by:
getArrayDesignsUsedin interfaceExpressionExperimentSubSetDao
-
remove
Description copied from interface:BaseDaoRemove a persistent entity.- Specified by:
removein interfaceBaseDao<ExpressionExperimentSubSet>- Overrides:
removein classAbstractDao<ExpressionExperimentSubSet>- Parameters:
entity- the entity to be removed
-