Uses of Class
org.apache.torque.sql.OrderBy

Packages that use OrderBy
org.apache.torque.criteria This package contains Torque's Criteria classes. 
org.apache.torque.util Misc. 
 

Uses of OrderBy in org.apache.torque.criteria
 

Methods in org.apache.torque.criteria that return types with arguments of type OrderBy
 UniqueList<OrderBy> Criteria.getOrderByColumns()
          Get all order by columns.
 UniqueList<OrderBy> CriteriaInterface.getOrderByColumns()
          Deprecated. Get order by columns.
 

Uses of OrderBy in org.apache.torque.util
 

Methods in org.apache.torque.util that return types with arguments of type OrderBy
 UniqueList<OrderBy> Criteria.getOrderByColumns()
          Deprecated. Get order by columns.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.