Order desc(
Expression<?> expression,
Nulls nullPrecedence
)
Create an ordering by the descending value of the expression.
- Parameters:
expression
- expression used to define the orderingnullPrecedence
- the precedence of null values
- Return:
- descending ordering corresponding to the expression
- Since:
- JPA 3.2