Uses of Interface
jakarta.persistence.criteria.Order
-
Uses of Order in jakarta.persistence.criteria
Modifier and TypeMethodDescriptionCriteriaBuilder.asc
(Expression<?> expression) Create an ordering by the ascending value of the expression.CriteriaBuilder.asc
(Expression<?> expression, Nulls nullPrecedence) Create an ordering by the ascending value of the expression.CriteriaBuilder.desc
(Expression<?> expression) Create an ordering by the descending value of the expression.CriteriaBuilder.desc
(Expression<?> expression, Nulls nullPrecedence) Create an ordering by the descending value of the expression.Order.reverse()
Switch the ordering.Modifier and TypeMethodDescriptionCriteriaQuery.getOrderList()
Return the ordering expressions in order of precedence.Modifier and TypeMethodDescriptionSpecify the ordering expressions that are used to order the query results.Modifier and TypeMethodDescriptionSpecify the ordering expressions that are used to order the query results.