ObjectDB ObjectDB

getOrderList() - JPA CriteriaQuery's method

Method
javax.persistence.criteria.CriteriaQuery
List<Order> getOrderList()

Return the ordering expressions in order of precedence. Returns empty list if no ordering expressions have been specified. Modifications to the list do not affect the query.
Returns:
the list of ordering expressions
Since:
JPA 2.0