T
- Java type of the expression being represented herepublic interface OrderExpression<T>
Modifier and Type | Interface and Description |
---|---|
static class |
OrderExpression.OrderDirection |
Modifier and Type | Method and Description |
---|---|
OrderExpression.OrderDirection |
getDirection()
Accessor for the direction of the ordering with this expression.
|
Expression<T> |
getExpression()
Accessor for the expression being used for ordering.
|
OrderExpression.OrderDirection getDirection()
Expression<T> getExpression()
Copyright © 2018. All rights reserved.