Uses of Class
org.apache.openjpa.jdbc.sql.SelectImpl
-
Packages that use SelectImpl Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of SelectImpl in org.apache.openjpa.jdbc.sql
Fields in org.apache.openjpa.jdbc.sql declared as SelectImpl Modifier and Type Field Description protected SelectImpl
SelectImpl. _outer
protected SelectImpl
LogicalUnion.UnionSelect. sel
Methods in org.apache.openjpa.jdbc.sql that return SelectImpl Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description UnionSelect(SelectImpl sel, int pos)
-