JPA Method
in javax.persistence.criteria.CriteriaBuilder

Order asc(
  Expression<?> x
)


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