Class AbstractDesignElementDataVectorDao<T extends BulkExpressionDataVector>
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<T>
ubic.gemma.persistence.service.expression.bioAssayData.AbstractDesignElementDataVectorDao<T>
- All Implemented Interfaces:
BaseDao<T>, DesignElementDataVectorDao<T>
- Direct Known Subclasses:
ProcessedExpressionDataVectorDaoImpl, RawAndProcessedExpressionDataVectorDaoImpl, RawExpressionDataVectorDaoImpl
public abstract class AbstractDesignElementDataVectorDao<T extends BulkExpressionDataVector>
extends AbstractDao<T>
implements DesignElementDataVectorDao<T>
- Author:
- pavlidis
- See Also:
-
Field Summary
Fields inherited from class AbstractDao
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDesignElementDataVectorDao(Class<T> elementClass, SessionFactory sessionFactory) protectedAbstractDesignElementDataVectorDao(Class<T> elementClass, SessionFactory sessionFactory, ClassMetadata classMetadata) -
Method Summary
Modifier and TypeMethodDescriptionfind(Collection<QuantitationType> quantitationTypes) find(QuantitationType quantitationType) find(BioAssayDimension bioAssayDimension) voidthaw(Collection<T> vectors) Thaw a collection of vectors.voidThaw the given vector.Methods inherited from class AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, updateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
Constructor Details
-
AbstractDesignElementDataVectorDao
-
AbstractDesignElementDataVectorDao
protected AbstractDesignElementDataVectorDao(Class<T> elementClass, SessionFactory sessionFactory, ClassMetadata classMetadata)
-
-
Method Details
-
find
- Specified by:
findin interfaceDesignElementDataVectorDao<T extends BulkExpressionDataVector>
-
find
- Specified by:
findin interfaceDesignElementDataVectorDao<T extends BulkExpressionDataVector>
-
thaw
Description copied from interface:DesignElementDataVectorDaoThaw a collection of vectors.- Specified by:
thawin interfaceDesignElementDataVectorDao<T extends BulkExpressionDataVector>
-
thaw
Description copied from interface:DesignElementDataVectorDaoThaw the given vector.- Specified by:
thawin interfaceDesignElementDataVectorDao<T extends BulkExpressionDataVector>
-
find
- Specified by:
findin interfaceDesignElementDataVectorDao<T extends BulkExpressionDataVector>
-
findByExpressionExperiment
- Specified by:
findByExpressionExperimentin interfaceDesignElementDataVectorDao<T extends BulkExpressionDataVector>
-