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.
-
Uses of SortCriterion in org.chenile.query.model
Methods 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)