Class SortQueryBuilder<K>
java.lang.Object
org.springframework.data.redis.core.query.SortQueryBuilder<K>
- All Implemented Interfaces:
SortCriterion<K>
Simple builder class for constructing
SortQuery.- Author:
- Costin Leau
-
Method Summary
Modifier and TypeMethodDescriptionalphabetical(boolean alpha) build()limit(long offset, long count) limit(SortParameters.Range range) noSort()order(SortParameters.Order order) static <K> SortQueryBuilder<K>sort(K key)
-
Method Details
-
sort
-
by
-
noSort
-
alphabetical
- Specified by:
alphabeticalin interfaceSortCriterion<K>
-
build
- Specified by:
buildin interfaceSortCriterion<K>
-
limit
- Specified by:
limitin interfaceSortCriterion<K>
-
limit
- Specified by:
limitin interfaceSortCriterion<K>
-
order
- Specified by:
orderin interfaceSortCriterion<K>
-
get
- Specified by:
getin interfaceSortCriterion<K>
-