public class OrderImpl
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
protected boolean |
isAscending |
| Constructor and Description |
|---|
OrderImpl(Expression expression) |
OrderImpl(Expression expression,
boolean isAscending) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getExpression() |
boolean |
isAscending() |
Order |
reverse() |