public interface Order
| Modifier and Type | Method | Description |
|---|---|---|
Expression<?> |
getExpression() |
Return the expression that is used for ordering.
|
boolean |
isAscending() |
Whether ascending ordering is in effect.
|
Order |
reverse() |
Switch the ordering.
|
Order reverse()
Order instance with the reversed orderingboolean isAscending()
Expression<?> getExpression()
Copyright © 2018. All rights reserved.