Uses of Interface
org.apache.openjpa.jdbc.sql.Union.Selector
-
Packages that use Union.Selector Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of Union.Selector in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql with parameters of type Union.Selector Modifier and Type Method Description void
LogicalUnion. select(Union.Selector selector)
void
Union. select(Union.Selector selector)
Select data using the given selector.
-