| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.asc(String name)
Creates a new Sort of the type
SortType.ASC |
static Sort |
Sort.desc(String name)
Creates a new Sort of the type
SortType.DESC |
static Sort |
Sort.of(String name,
SortType type)
Creates a wew Sort instance to be used in a NoSQL query.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.