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 class
LogicalUnion
A 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 Union
SQLFactory. newUnion(int selects)
Union factory.Union
SQLFactory. newUnion(Select[] selects)
Union factory.Union
SQLFactoryImpl. newUnion(int selects)
Union
SQLFactoryImpl. newUnion(Select[] selects)
-