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 Constructor Description PrincipalComponentAnalysisDaoImpl(SessionFactory sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<PrincipalComponentAnalysis>
findByExperiment(ExpressionExperiment ee)
List<ProbeLoading>
getTopLoadedProbes(ExpressionExperiment ee, int component, int count)
void
remove(PrincipalComponentAnalysis entity)
Remove a persistent instancevoid
removeForExperiment(ExpressionExperiment ee)
-
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 Detail
-
PrincipalComponentAnalysisDaoImpl
@Autowired public PrincipalComponentAnalysisDaoImpl(SessionFactory sessionFactory)
-
-
Method Detail
-
findByExperiment
public Collection<PrincipalComponentAnalysis> findByExperiment(ExpressionExperiment ee)
- Specified by:
findByExperiment
in interfacePrincipalComponentAnalysisDao
-
getTopLoadedProbes
public List<ProbeLoading> getTopLoadedProbes(ExpressionExperiment ee, int component, int count)
- Specified by:
getTopLoadedProbes
in interfacePrincipalComponentAnalysisDao
-
removeForExperiment
public void removeForExperiment(ExpressionExperiment ee)
- Specified by:
removeForExperiment
in interfacePrincipalComponentAnalysisDao
-
remove
public void remove(PrincipalComponentAnalysis entity)
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
-
-