Package ubic.gemma.persistence.service
Interface CachedFilteringVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>>
- All Superinterfaces:
BaseDao<O>,BaseVoEnabledDao<O,,VO> CachedFilteringDao<O>,FilteringDao<O>,FilteringVoEnabledDao<O,VO>
- All Known Subinterfaces:
ArrayDesignDao,ExpressionExperimentDao
- All Known Implementing Classes:
AbstractCuratableDao,AbstractQueryFilteringVoEnabledDao,ArrayDesignDaoImpl,CompositeSequenceDaoImpl,ExpressionExperimentDaoImpl,GeneDaoImpl,TaxonDaoImpl
public interface CachedFilteringVoEnabledDao<O extends Identifiable,VO extends IdentifiableValueObject<O>>
extends FilteringVoEnabledDao<O,VO>, CachedFilteringDao<O>
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionloadValueObjectsWithCache(Filters filters, Sort sort) loadValueObjectsWithCache(Filters filters, Sort sort, int offset, int limit) Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledDao
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface ubic.gemma.persistence.service.CachedFilteringDao
countWithCache, loadIdsWithCache, loadWithCache, loadWithCacheMethods inherited from interface ubic.gemma.persistence.service.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyType, getSort, isFilterablePropertyDeprecated, isFilterablePropertyUsingSubquery, load, load, loadIdsMethods inherited from interface ubic.gemma.persistence.service.FilteringVoEnabledDao
loadValueObjects, loadValueObjects
-
Method Details
-
loadValueObjectsWithCache
-
loadValueObjectsWithCache
-