Uses of Class
org.apache.openjpa.jdbc.sql.JoinSet

Packages that use JoinSet
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
 

Uses of JoinSet in org.apache.openjpa.jdbc.sql
 

Methods in org.apache.openjpa.jdbc.sql that return JoinSet
 JoinSet SelectImpl.joins()
           
 JoinSet SelectImpl.SelectResult.joins()
           
 JoinSet PathJoins.joins()
          Return the set of Join elements, or null if none.
 

Methods in org.apache.openjpa.jdbc.sql with parameters of type JoinSet
 boolean JoinSet.addAll(JoinSet js)
           
 boolean JoinSet.containsAll(JoinSet js)
           
 boolean JoinSet.removeAll(JoinSet js)
           
 boolean JoinSet.retainAll(JoinSet js)
           
 

Constructors in org.apache.openjpa.jdbc.sql with parameters of type JoinSet
JoinSet(JoinSet copy)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.