Interface DesignElementDataVectorDao<T extends DesignElementDataVector>
- All Superinterfaces:
BaseDao<T>
- All Known Subinterfaces:
ProcessedExpressionDataVectorDao,RawAndProcessedExpressionDataVectorDao,RawExpressionDataVectorDao
- All Known Implementing Classes:
AbstractDesignElementDataVectorDao,ProcessedExpressionDataVectorDaoImpl,RawAndProcessedExpressionDataVectorDaoImpl,RawExpressionDataVectorDaoImpl
@Repository
public interface DesignElementDataVectorDao<T extends DesignElementDataVector>
extends BaseDao<T>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfind(Collection<QuantitationType> quantitationTypes) find(QuantitationType quantitationType) find(BioAssayDimension bioAssayDimension) voidthaw(Collection<T> designElementDataVectors) Thaw a collection of vectors.voidThaw the given vector.
-
Method Details
-
find
-
find
-
find
-
findByExpressionExperiment
-
thaw
Thaw the given vector. -
thaw
Thaw a collection of vectors.
-