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
Fields in org.chenile.query.model with type parameters of type SortCriterionModifier and TypeFieldDescription(package private) List<SortCriterion>
SearchRequest.sortCriteria
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 TypeMethodDescriptionvoid
SearchRequest.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 void
AbstractSearchServiceImpl.buildOrderByClause
(Map<String, Object> filters, List<SortCriterion> sortCriteria, QueryMetadata queryMetadata)