| Package | Description |
|---|---|
| io.rtr.alchemy.db |
| Modifier and Type | Method and Description |
|---|---|
static Ordering.Field |
Ordering.Field.fromName(String name) |
static Ordering.Field |
Ordering.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ordering.Field[] |
Ordering.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Ordering.Field,Ordering.Direction> |
Ordering.getFields() |
| Modifier and Type | Method and Description |
|---|---|
Ordering.Builder |
Ordering.Builder.orderBy(Ordering.Field field) |
Ordering.Builder |
Ordering.Builder.orderBy(Ordering.Field field,
Ordering.Direction direction) |
Copyright © 2020. All rights reserved.