OrderBy<T> |
OrderBy.clear() |
Clear the orderBy removing any current order by properties.
|
OrderBy<T> |
OrderBy.copy() |
Return a copy of the OrderBy.
|
OrderBy<T> |
OrderBy.copyWithTrim(String path) |
Return a copy of this OrderBy with the path trimmed.
|
OrderBy<T> |
ExpressionList.order() |
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|
OrderBy<T> |
Query.order() |
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|
OrderBy<T> |
ExpressionList.orderBy() |
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|
OrderBy<T> |
Query.orderBy() |
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|