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 TypeMethodDescriptionboolean
getTopLoadedProbes
(ExpressionExperiment ee, int component, int count) void
remove
(PrincipalComponentAnalysis entity) Remove a persistent instancevoid
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, update, update
-
Constructor Details
-
PrincipalComponentAnalysisDaoImpl
-
-
Method Details
-
findByExperiment
- Specified by:
findByExperiment
in interfacePrincipalComponentAnalysisDao
-
existsByExperiment
- Specified by:
existsByExperiment
in interfacePrincipalComponentAnalysisDao
-
getTopLoadedProbes
- Specified by:
getTopLoadedProbes
in interfacePrincipalComponentAnalysisDao
-
removeForExperiment
- Specified by:
removeForExperiment
in interfacePrincipalComponentAnalysisDao
-
remove
Description copied from interface:BaseDao
Remove a persistent instance- Specified by:
remove
in interfaceBaseDao<PrincipalComponentAnalysis>
- Overrides:
remove
in classAbstractDao<PrincipalComponentAnalysis>
- Parameters:
entity
- the entity to be removed
-