public interface Order
| Modifier and Type | Method and 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()