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

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

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

Methods in org.apache.openjpa.jdbc.sql that return Join
 Join JoinSet.getRecordedJoin(Join join)
          Return the recorded join matching the given join's aliases.
 Join JoinSet.last()
          Return the logical last join.
 Join Join.reverse()
          Return a join that is this join in reverse.
 

Methods in org.apache.openjpa.jdbc.sql with parameters of type Join
 boolean JoinSet.add(Join join)
           
 boolean JoinSet.contains(Join join)
           
 Join JoinSet.getRecordedJoin(Join join)
          Return the recorded join matching the given join's aliases.
 boolean JoinSet.remove(Join join)
           
 SQLBuffer OracleDictionary.toNativeJoin(Join join)
           
 SQLBuffer DBDictionary.toNativeJoin(Join join)
          Use the given join instance to create SQL joining its tables in the database's native syntax.
 SQLBuffer DBDictionary.toSQL92Join(Select sel, Join join, boolean forUpdate, boolean first)
          Use the given join instance to create SQL joining its tables in the SQL92 style.
 SQLBuffer DBDictionary.toTraditionalJoin(Join join)
          Use the given join instance to create SQL joining its tables in the traditional style.
 



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