|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SortParameters
Entity containing the parameters for the SORT operation.
Nested Class Summary | |
---|---|
static class |
SortParameters.Order
Sorting order. |
static class |
SortParameters.Range
Utility class wrapping the 'LIMIT' setting. |
Method Summary | |
---|---|
byte[] |
getByPattern()
Returns the pattern (if set) for sorting by external keys (BY). |
byte[] |
getGetPattern()
Returns the pattern (if set) for retrieving external keys (GET). |
SortParameters.Range |
getLimit()
Returns the sorting limit (range or pagination). |
SortParameters.Order |
getOrder()
Returns the sorting order. |
Boolean |
isAlphabetic()
Indicates if the sorting is numeric (default) or alphabetical (lexicographical). |
Method Detail |
---|
SortParameters.Order getOrder()
Boolean isAlphabetic()
byte[] getByPattern()
byte[] getGetPattern()
SortParameters.Range getLimit()
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |