Class PrincipalComponentAnalysisDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<PrincipalComponentAnalysis>
ubic.gemma.persistence.service.analysis.expression.pca.PrincipalComponentAnalysisDaoImpl
- All Implemented Interfaces:
PrincipalComponentAnalysisDao,BaseDao<PrincipalComponentAnalysis>
@Repository
public class PrincipalComponentAnalysisDaoImpl
extends AbstractDao<PrincipalComponentAnalysis>
implements PrincipalComponentAnalysisDao
- Author:
- paul
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTopLoadedProbes(ExpressionExperiment ee, int component, int count) voidremove(PrincipalComponentAnalysis entity) Remove a persistent instancevoidMethods 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, save, save, streamAll, streamAll, streamQuery, update, update
-
Constructor Details
-
PrincipalComponentAnalysisDaoImpl
-
-
Method Details
-
findByExperiment
- Specified by:
findByExperimentin interfacePrincipalComponentAnalysisDao
-
existsByExperiment
- Specified by:
existsByExperimentin interfacePrincipalComponentAnalysisDao
-
getTopLoadedProbes
- Specified by:
getTopLoadedProbesin interfacePrincipalComponentAnalysisDao
-
removeForExperiment
- Specified by:
removeForExperimentin interfacePrincipalComponentAnalysisDao
-
remove
Description copied from interface:BaseDaoRemove a persistent instance- Specified by:
removein interfaceBaseDao<PrincipalComponentAnalysis>- Overrides:
removein classAbstractDao<PrincipalComponentAnalysis>- Parameters:
entity- the entity to be removed
-