Interface AnalysisDao<T extends Analysis>
-
- All Superinterfaces:
BaseDao<T>
- All Known Subinterfaces:
CoexpressionAnalysisDao
,DifferentialExpressionAnalysisDao
,SingleExperimentAnalysisDao<T>
- All Known Implementing Classes:
CoexpressionAnalysisDaoImpl
public interface AnalysisDao<T extends Analysis> extends BaseDao<T>
- See Also:
Analysis
-
-
Method Summary
-
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, remove, save, save, streamAll, streamAll, update, update
-
-