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.sqlMethods in org.apache.openjpa.jdbc.sql with parameters of type Union.Selector Modifier and Type Method Description voidLogicalUnion. select(Union.Selector selector)voidUnion. select(Union.Selector selector)Select data using the given selector.
 
-