Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Class and Description |
---|---|
class |
LogicalUnion
A logical union made up of multiple distinct selects whose results are
combined in memory.
|
Modifier and Type | Method and Description |
---|---|
Union |
SQLFactory.newUnion(int selects)
Union factory.
|
Union |
SQLFactoryImpl.newUnion(int selects) |
Union |
SQLFactory.newUnion(Select[] selects)
Union factory.
|
Union |
SQLFactoryImpl.newUnion(Select[] selects) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.