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.
|
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()