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.
|
Expression<?> getExpression()
boolean isAscending()
Order reverse()
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.