| Package | Description |
|---|---|
| com.saperion.database | |
| com.saperion.database.query.select |
| Modifier and Type | Method and Description |
|---|---|
static <ComparableType extends Comparable<ComparableType>> |
Conditions.orderByField(String fieldName,
Class<ComparableType> fieldType,
FieldOrder.Order order) |
| Modifier and Type | Method and Description |
|---|---|
FieldOrder.Order |
FieldOrder.getOrder() |
static FieldOrder.Order |
FieldOrder.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldOrder.Order[] |
FieldOrder.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FieldOrder(QueryExpression<Type> selector,
FieldOrder.Order order) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.