Uses of Class
org.chenile.query.model.SortCriterion
Packages that use SortCriterion
Package
Description
Contains the core model of the QUERY API that can be extended by various implementations.
Defines contracts for Search using the query model.
Named Query service implementation classes in Mybatis.
-
Uses of SortCriterion in org.chenile.query.model
Fields in org.chenile.query.model with type parameters of type SortCriterionModifier and TypeFieldDescription(package private) List<SortCriterion> SearchRequest.sortCriteriaMethods in org.chenile.query.model that return types with arguments of type SortCriterionMethod parameters in org.chenile.query.model with type arguments of type SortCriterionModifier and TypeMethodDescriptionvoidSearchRequest.setSortCriteria(List<SortCriterion> sortCriteria) -
Uses of SortCriterion in org.chenile.query.service
Method parameters in org.chenile.query.service with type arguments of type SortCriterionModifier and TypeMethodDescriptionprotected voidAbstractSearchServiceImpl.buildOrderByClause(Map<String, Object> filters, List<SortCriterion> sortCriteria, QueryMetadata queryMetadata) -
Uses of SortCriterion in org.chenile.query.service.impl
Method parameters in org.chenile.query.service.impl with type arguments of type SortCriterionModifier and TypeMethodDescriptionvoidMybatisQueryExecutionProvider.applySort(Map<String, Object> filters, List<SortCriterion> sortCriteria, QueryMetadata queryMetadata) voidQueryExecutionProvider.applySort(Map<String, Object> filters, List<SortCriterion> sortCriteria, QueryMetadata queryMetadata) protected voidNamedQueryServiceSpringMybatisImpl.buildOrderByClause(Map<String, Object> filters, List<SortCriterion> sortCriteria, QueryMetadata queryMetadata)