public class OrderBy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderBy.Order
Order direction.
|
| Constructor and Description |
|---|
OrderBy(PropertyFunction<?> propertyReference,
OrderBy.Order order)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderBy.Order |
order()
Getter.
|
PropertyFunction<?> |
property()
Getter.
|
String |
toString() |
public OrderBy(PropertyFunction<?> propertyReference, OrderBy.Order order)
propertyReference - property that determines the order; cannot be nullorder - directionIllegalArgumentException - - If property is nullpublic PropertyFunction<?> property()
public OrderBy.Order order()