Uses of Class
org.chenile.query.model.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
Modifier and TypeFieldDescription(package private) List<SortCriterion>
SearchRequest.sortCriteria
Modifier and TypeMethodDescriptionvoid
SearchRequest.setSortCriteria
(List<SortCriterion> sortCriteria) -
Uses of SortCriterion in org.chenile.query.service
Modifier and TypeMethodDescriptionprotected void
AbstractSearchServiceImpl.buildOrderByClause
(Map<String, Object> filters, List<SortCriterion> sortCriteria, QueryMetadata queryMetadata)