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()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.