Package | Description |
---|---|
org.ow2.orchestra.facade.criteria |
Modifier and Type | Method and Description |
---|---|
static <U> Order<U> |
Order.ascending(SortableField<U> field)
Creates an ascending order on the given sortable field
|
static <U> Order<U> |
Order.descending(SortableField<U> field)
Creates an descending order on the given sortable field
|
Order<T> |
Criteria.getOrder() |
Modifier and Type | Method and Description |
---|---|
Criteria<T> |
Criteria.setOrder(Order<T> order) |
Copyright © 2011 OW2 Consortium. All Rights Reserved.