Uses of Interface
org.apache.openjpa.jdbc.sql.PathJoins

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

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

Classes in org.apache.openjpa.jdbc.sql that implement PathJoins
 class SelectImpl
          Standard Select implementation.
static class SelectImpl.SelectResult
          A Result implementation wrapped around this select.
 

Methods in org.apache.openjpa.jdbc.sql that return PathJoins
 PathJoins PathJoins.setOuter(boolean outer)
          Mark this as an outer joins set.
 PathJoins SelectImpl.setOuter(boolean outer)
           
 PathJoins SelectImpl.SelectResult.setOuter(boolean outer)
           
 

Methods in org.apache.openjpa.jdbc.sql with parameters of type PathJoins
 int SelectImpl.wherePrimaryKey(ClassMapping mapping, Column[] toCols, Column[] fromCols, Object oid, JDBCStore store, PathJoins pj, SQLBuffer buf, List parmList)
           
 int LogicalUnion.UnionSelect.wherePrimaryKey(ClassMapping mapping, Column[] toCols, Column[] fromCols, Object oid, JDBCStore store, PathJoins pj, SQLBuffer buf, List parmList)
           
 int Select.wherePrimaryKey(ClassMapping mapping, Column[] toCols, Column[] fromCols, Object oid, JDBCStore store, PathJoins pj, SQLBuffer buf, List parmList)
          Add where conditions setting the mapping's primary key to the given oid values.
 



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