public class SortOrder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SortOrder.Direction |
| Constructor and Description |
|---|
SortOrder() |
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
add(SortOrder.Direction direction,
String... properties) |
SortOrder |
add(String... properties) |
List<SortClause> |
sortClauses() |
String |
toString() |
public SortOrder add(SortOrder.Direction direction, String... properties)
public List<SortClause> sortClauses()
Copyright © 2016 Neo Technology, Inc.. All rights reserved.