Uses of Class
org.apache.openjpa.jdbc.sql.SelectImpl
Packages that use SelectImpl
- 
Uses of SelectImpl in org.apache.openjpa.jdbc.sqlFields in org.apache.openjpa.jdbc.sql declared as SelectImplModifier and TypeFieldDescriptionprotected SelectImplSelectImpl._outerprotected final SelectImplLogicalUnion.UnionSelect.selMethods in org.apache.openjpa.jdbc.sql that return SelectImplModifier and TypeMethodDescriptionLogicalUnion.UnionSelect.getDelegate()Delegate select.SelectImpl.SelectResult.getSelect()Select for this result.Methods in org.apache.openjpa.jdbc.sql with parameters of type SelectImplModifier and TypeMethodDescriptionprotected LogicalUnion.UnionSelectLogicalUnion.newUnionSelect(SelectImpl seed, int pos) Create a new union select with the given delegate and union position.voidSelectImpl.SelectResult.setSelect(SelectImpl sel) Select for this result.Constructors in org.apache.openjpa.jdbc.sql with parameters of type SelectImpl