Package ubic.gemma.persistence.service
Interface CachedFilteringDao<O extends Identifiable>
- All Superinterfaces:
BaseDao<O>,FilteringDao<O>
- All Known Subinterfaces:
ArrayDesignDao,CachedFilteringVoEnabledDao<O,,VO> ExpressionExperimentDao
- All Known Implementing Classes:
AbstractCuratableDao,AbstractQueryFilteringVoEnabledDao,ArrayDesignDaoImpl,CompositeSequenceDaoImpl,ExpressionExperimentDaoImpl,GeneDaoImpl,TaxonDaoImpl
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionlongcountWithCache(Filters filters) loadIdsWithCache(Filters filters, Sort sort) loadWithCache(Filters filters, Sort sort) loadWithCache(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.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyType, getSort, isFilterablePropertyDeprecated, isFilterablePropertyUsingSubquery, load, load, loadIds
-
Method Details
-
loadIdsWithCache
- See Also:
-
loadWithCache
- See Also:
-
loadWithCache
- See Also:
-
countWithCache
- See Also:
-