| Package | Description |
|---|---|
| org.b3log.latke.repository |
Data access service.
|
| Modifier and Type | Method and Description |
|---|---|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SortDirection> |
Query.getSorts()
Gets the sorts.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.addSort(String propertyName,
SortDirection sortDirection)
Adds sort for the specified property with the specified direction.
|
Copyright © 2009–2019 B3log. All rights reserved.