Uses of Interface
javax.persistence.criteria.Order
-
Packages that use Order Package Description javax.persistence.criteria -
-
Uses of Order in javax.persistence.criteria
Methods in javax.persistence.criteria that return Order Modifier and Type Method Description OrderCriteriaBuilder. asc(Expression<?> x)OrderCriteriaBuilder. desc(Expression<?> x)OrderOrder. reverse()Methods in javax.persistence.criteria that return types with arguments of type Order Modifier and Type Method Description java.util.List<Order>CriteriaQuery. getOrderList()Methods in javax.persistence.criteria with parameters of type Order Modifier and Type Method Description CriteriaQuery<T>CriteriaQuery. orderBy(Order... o)Method parameters in javax.persistence.criteria with type arguments of type Order Modifier and Type Method Description CriteriaQuery<T>CriteriaQuery. orderBy(java.util.List<Order> o)
-