Uses of Interface
net.solarnetwork.central.dao.mybatis.support.FilterResultsFactory
Packages that use FilterResultsFactory
Package
Description
-
Uses of FilterResultsFactory in net.solarnetwork.central.dao.mybatis
Classes in net.solarnetwork.central.dao.mybatis that implement FilterResultsFactory -
Uses of FilterResultsFactory in net.solarnetwork.central.dao.mybatis.support
Classes in net.solarnetwork.central.dao.mybatis.support that implement FilterResultsFactoryModifier and TypeClassDescriptionclassBaseMyBatisFilterableDaoSupport<T extends net.solarnetwork.dao.Entity<K>,K, M extends net.solarnetwork.domain.Identity<K>, F extends net.solarnetwork.dao.PaginationCriteria> Base implementation ofFilterableDaousing MyBatis viaSqlSessionDaoSupport.Methods in net.solarnetwork.central.dao.mybatis.support with parameters of type FilterResultsFactoryModifier and TypeMethodDescriptionprotected <M extends net.solarnetwork.domain.Identity<K>,K, F>
net.solarnetwork.dao.FilterResults<M, K> BaseMyBatisDao.selectFiltered(String query, F filter, List<net.solarnetwork.domain.SortDescriptor> sorts, Integer offset, Integer max, BiConsumer<F, Map<String, Object>> propertyProcessor, FilterResultsFactory<M, K, F> resultsFactory) Perform a filter search using standardized semantics.