Uses of Interface
org.castor.cpa.query.Order

Packages that use Order
org.castor.cpa.query   
org.castor.cpa.query.object   
 

Uses of Order in org.castor.cpa.query
 

Methods in org.castor.cpa.query that return Order
 Order SelectQuery.newOrder(Field field)
          New order.
 Order SelectQuery.newOrder(Field field, OrderDirection direction)
          New order.
 

Methods in org.castor.cpa.query with parameters of type Order
 void SelectQuery.setOrder(Order order)
          Sets the order.
 

Uses of Order in org.castor.cpa.query.object
 

Classes in org.castor.cpa.query.object that implement Order
 class OrderImpl
          Final class that implements Order.
 

Methods in org.castor.cpa.query.object that return Order
 Order SelectQueryImpl.newOrder(Field field)
          New order.
 Order SelectQueryImpl.newOrder(Field field, OrderDirection direction)
          New order.
 

Methods in org.castor.cpa.query.object with parameters of type Order
 void SelectQueryImpl.setOrder(Order order)
          Sets the order.
 



Copyright © 2010. All Rights Reserved.