Uses of Interface
org.apache.openjpa.jdbc.sql.Union
-
Packages that use Union Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of Union in org.apache.openjpa.jdbc.sql
Classes in org.apache.openjpa.jdbc.sql that implement Union Modifier and Type Class Description classLogicalUnionA logical union made up of multiple distinct selects whose results are combined in memory.Methods in org.apache.openjpa.jdbc.sql that return Union Modifier and Type Method Description UnionSQLFactory. newUnion(int selects)Union factory.UnionSQLFactory. newUnion(Select[] selects)Union factory.UnionSQLFactoryImpl. newUnion(int selects)UnionSQLFactoryImpl. newUnion(Select[] selects)
-