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 ( either id or a string property).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 instanceMethods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, streamQuery, 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 ( either id or a string property).- 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 instance- Specified by:
removein interfaceBaseDao<ExpressionExperimentSubSet>- Overrides:
removein classAbstractDao<ExpressionExperimentSubSet>- Parameters:
entity- the entity to be removed
-