Uses of Class
org.ow2.orchestra.facade.criteria.Order

Packages that use Order
org.ow2.orchestra.facade.criteria   
 

Uses of Order in org.ow2.orchestra.facade.criteria
 

Methods in org.ow2.orchestra.facade.criteria that return Order
static
<U> Order<U>
Order.ascending(SortableField<U> field)
          Creates an ascending order on the given sortable field
static
<U> Order<U>
Order.descending(SortableField<U> field)
          Creates an descending order on the given sortable field
 Order<T> Criteria.getOrder()
           
 

Methods in org.ow2.orchestra.facade.criteria with parameters of type Order
 Criteria<T> Criteria.setOrder(Order<T> order)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.