Uses of Interface
org.apache.openjpa.jdbc.sql.Union

Packages that use Union
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
 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
 Union SQLFactoryImpl.newUnion(int selects)
           
 Union SQLFactory.newUnion(int selects)
          Union factory.
 Union SQLFactoryImpl.newUnion(Select[] selects)
           
 Union SQLFactory.newUnion(Select[] selects)
          Union factory.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01