Uses of Class
org.apache.torque.criteria.Join

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

Uses of Join in org.apache.torque.criteria
 

Methods in org.apache.torque.criteria that return types with arguments of type Join
 List<Join> Criteria.getJoins()
          Get the List of Joins.
 List<Join> CriteriaInterface.getJoins()
          Deprecated. get the List of Joins.
 

Uses of Join in org.apache.torque.util
 

Methods in org.apache.torque.util that return types with arguments of type Join
 List<Join> Criteria.getJoins()
          Deprecated. get the List of Joins.
 



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