Uses of Class
org.hibernate.criterion.Order

Packages that use Order
org.hibernate   
org.hibernate.criterion   
org.hibernate.impl   
 

Uses of Order in org.hibernate
 

Methods in org.hibernate with parameters of type Order
 Criteria Criteria.addOrder(Order order)
          Add an ordering to the result set.
 

Uses of Order in org.hibernate.criterion
 

Methods in org.hibernate.criterion that return Order
 Order Property.asc()
           
static Order Order.asc(String propertyName)
          Ascending order
 Order Property.desc()
           
static Order Order.desc(String propertyName)
          Descending order
 Order Order.ignoreCase()
           
 

Methods in org.hibernate.criterion with parameters of type Order
 DetachedCriteria DetachedCriteria.addOrder(Order order)
           
 

Uses of Order in org.hibernate.impl
 

Methods in org.hibernate.impl that return Order
 Order CriteriaImpl.OrderEntry.getOrder()
           
 

Methods in org.hibernate.impl with parameters of type Order
 Criteria CriteriaImpl.addOrder(Order ordering)
           
 Criteria CriteriaImpl.Subcriteria.addOrder(Order order)