T
- Java type of the expression being represented herepublic interface OrderExpression<T>
Modifier and Type | Interface and Description |
---|---|
static class |
OrderExpression.OrderDirection |
static class |
OrderExpression.OrderNullsPosition |
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.OrderNullsPosition |
getNullsPosition()
Accessor for the position of nulls with this expression.
|
OrderExpression<T> |
nullsFirst()
Method to set nulls to be ordered BEFORE non-nulls.
|
OrderExpression<T> |
nullsLast()
Method to set nulls to be ordered AFTER non-nulls.
|
OrderExpression.OrderDirection getDirection()
Expression<T> getExpression()
OrderExpression.OrderNullsPosition getNullsPosition()
OrderExpression<T> nullsFirst()
OrderExpression<T> nullsLast()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.