| Package | Description | 
|---|---|
| javax.persistence.criteria | 
| Modifier and Type | Method and Description | 
|---|---|
| Order | CriteriaBuilder. asc(Expression<?> x) | 
| Order | CriteriaBuilder. desc(Expression<?> x) | 
| Order | Order. reverse() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Order> | CriteriaQuery. getOrderList() | 
| Modifier and Type | Method and Description | 
|---|---|
| CriteriaQuery<T> | CriteriaQuery. orderBy(Order... o) | 
| Modifier and Type | Method and Description | 
|---|---|
| CriteriaQuery<T> | CriteriaQuery. orderBy(java.util.List<Order> o) |