JPA Method
in jakarta.persistence.criteria.CriteriaBuilder

Order desc(
  Expression<?> expression, 
  Nulls nullPrecedence
)


Create an ordering by the descending value of the expression.
Parameters:
expression - expression used to define the ordering
nullPrecedence - the precedence of null values
Return:
descending ordering corresponding to the expression
Since:
JPA 3.2