Uses of Class
org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
- 
Packages that use LogicalUnion.UnionSelect Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction - 
- 
Uses of LogicalUnion.UnionSelect in org.apache.openjpa.jdbc.sql
Fields in org.apache.openjpa.jdbc.sql declared as LogicalUnion.UnionSelect Modifier and Type Field Description protected LogicalUnion.UnionSelect[]LogicalUnion. selsMethods in org.apache.openjpa.jdbc.sql that return LogicalUnion.UnionSelect Modifier and Type Method Description protected LogicalUnion.UnionSelectLogicalUnion. newUnionSelect(SelectImpl seed, int pos)Create a new union select with the given delegate and union position. 
 -