Interface AnalysisDao<T extends Analysis>

All Superinterfaces:
BaseDao<T>
All Known Subinterfaces:
CoexpressionAnalysisDao, DifferentialExpressionAnalysisDao
All Known Implementing Classes:
CoexpressionAnalysisDaoImpl

public interface AnalysisDao<T extends Analysis> extends BaseDao<T>
See Also: