Class AbstractVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>>

java.lang.Object
ubic.gemma.persistence.service.AbstractDao<O>
ubic.gemma.persistence.service.AbstractVoEnabledDao<O,VO>
All Implemented Interfaces:
BaseDao<O>, BaseVoEnabledDao<O,VO>
Direct Known Subclasses:
AbstractFilteringVoEnabledDao, AbstractNoopFilteringVoEnabledDao, BibliographicReferenceDaoImpl, BioAssayDimensionDaoImpl, BioMaterialDaoImpl, BioSequenceDaoImpl, BlacklistedEntityDaoImpl, BlatResultDaoImpl, ExperimentalFactorDaoImpl, ExpressionExperimentSetDaoImpl, GeeqDaoImpl, GeneProductDaoImpl

public abstract class AbstractVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>> extends AbstractDao<O> implements BaseVoEnabledDao<O,VO>
Created by tesarst on 01/06/17. Base DAO providing value object functionality.