Uses of Interface
org.springframework.data.redis.core.query.SortCriterion
Packages that use SortCriterion
-
Uses of SortCriterion in org.springframework.data.redis.core.query
Classes in org.springframework.data.redis.core.query that implement SortCriterionMethods in org.springframework.data.redis.core.query that return SortCriterionModifier and TypeMethodDescriptionSortCriterion.alphabetical(boolean alpha) SortCriterion.limit(long offset, long count) SortCriterion.limit(SortParameters.Range range) SortQueryBuilder.noSort()SortCriterion.order(SortParameters.Order order)