JPA Method
in javax.persistence.criteria.CriteriaBuilder

Order desc(
  Expression<?> x
)


Create an ordering by the descending value of the expression.
Parameters:
x - expression used to define the ordering
Return:
descending ordering corresponding to the expression
Since:
JPA 2.0