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

Packages that use SelectImpl
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
 

Uses of SelectImpl in org.apache.openjpa.jdbc.kernel
 

Methods in org.apache.openjpa.jdbc.kernel that return SelectImpl
(package private)  SelectImpl PreparedQueryImpl.getSelect()
           
 

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

Fields in org.apache.openjpa.jdbc.sql declared as SelectImpl
protected  SelectImpl SelectImpl._outer
           
protected  SelectImpl LogicalUnion.UnionSelect.sel
           
 

Methods in org.apache.openjpa.jdbc.sql that return SelectImpl
 SelectImpl SelectImpl.clone(Context ctx)
           
 SelectImpl LogicalUnion.UnionSelect.getDelegate()
          Delegate select.
 SelectImpl SelectImpl.SelectResult.getSelect()
          Select for this result.
 

Methods in org.apache.openjpa.jdbc.sql with parameters of type SelectImpl
protected  LogicalUnion.UnionSelect LogicalUnion.newUnionSelect(SelectImpl seed, int pos)
          Create a new union select with the given delegate and union position.
 void SelectImpl.SelectResult.setSelect(SelectImpl sel)
          Select for this result.
 

Constructors in org.apache.openjpa.jdbc.sql with parameters of type SelectImpl
LogicalUnion.UnionSelect(SelectImpl sel, int pos)
           
 



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