| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
QuerySort.SortDirection |
QuerySort.PathQuerySort.getDirection()
Get the sort direction (ascending or descending).
|
abstract QuerySort.SortDirection |
QuerySort.SortDirection.getOpposite()
Direct opposite sort direction
|
static QuerySort.SortDirection |
QuerySort.SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuerySort.SortDirection[] |
QuerySort.SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> QuerySort |
QuerySort.of(Path<T> path,
QuerySort.SortDirection direction)
Create a QuerySort on given
path using given sort direction |
Copyright © 2019 The Holon Platform. All rights reserved.