Interface JpaOrder
- All Superinterfaces:
JpaCriteriaNode, Order, Serializable
- All Known Implementing Classes:
SqmSortSpecification
-
Method Summary
Modifier and TypeMethodDescriptionThe expression to sort byThe precedence for nulls for this order elementThe direction, ascending or descending, in which to sortnullPrecedence(Nulls precedence) Set the precedence of nulls for this order elementreverse()Reverse the sorting directionMethods inherited from interface Order
isAscending
-
Method Details
-
getSortDirection
SortDirection getSortDirection()The direction, ascending or descending, in which to sort -
nullPrecedence
-
getNullPrecedence
Nulls getNullPrecedence()The precedence for nulls for this order element- Specified by:
getNullPrecedencein interfaceOrder
-
reverse
-
getExpression
JpaExpression<?> getExpression()The expression to sort by- Specified by:
getExpressionin interfaceOrder
-