Package org.apache.openjpa.jdbc.sql
Interface SQLFactory
-
- All Known Implementing Classes:
SQLFactoryImpl
public interface SQLFactoryFactory for SQL constructs.- Author:
- Abe White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectnewSelect()Select factory.UnionnewUnion(int selects)Union factory.UnionnewUnion(Select[] selects)Union factory.
-