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)voidremove(PrincipalComponentAnalysis entity)Remove a persistent instancevoidremoveForExperiment(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:
findByExperimentin interfacePrincipalComponentAnalysisDao
-
getTopLoadedProbes
public List<ProbeLoading> getTopLoadedProbes(ExpressionExperiment ee, int component, int count)
- Specified by:
getTopLoadedProbesin interfacePrincipalComponentAnalysisDao
-
removeForExperiment
public void removeForExperiment(ExpressionExperiment ee)
- Specified by:
removeForExperimentin interfacePrincipalComponentAnalysisDao
-
remove
public void remove(PrincipalComponentAnalysis entity)
Description copied from interface:BaseDaoRemove a persistent instance- Specified by:
removein interfaceBaseDao<PrincipalComponentAnalysis>- Overrides:
removein classAbstractDao<PrincipalComponentAnalysis>- Parameters:
entity- the entity to be removed
-
-