Package org.apache.openjpa.jdbc.sql
Class SQLFactoryImpl
java.lang.Object
org.apache.openjpa.jdbc.sql.SQLFactoryImpl
- All Implemented Interfaces:
SQLFactory
,Configurable
Default factory for SQL abstraction constructs.
- Author:
- Abe White
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked upon completion of bean property configuration for this object.System configuration.Select factory.newUnion
(int selects) Union factory.Union factory.void
Invoked prior to setting bean properties.void
Invoked before bean property configuration is begun on this object.
-
Constructor Details
-
SQLFactoryImpl
public SQLFactoryImpl()
-
-
Method Details
-
getConfiguration
System configuration. -
newSelect
Description copied from interface:SQLFactory
Select factory.- Specified by:
newSelect
in interfaceSQLFactory
-
newUnion
Description copied from interface:SQLFactory
Union factory.- Specified by:
newUnion
in interfaceSQLFactory
- Parameters:
selects
- the number of selects in the union
-
newUnion
Description copied from interface:SQLFactory
Union factory.- Specified by:
newUnion
in interfaceSQLFactory
- Parameters:
selects
- the members of the union
-
setConfiguration
Description copied from interface:Configurable
Invoked prior to setting bean properties.- Specified by:
setConfiguration
in interfaceConfigurable
-
startConfiguration
public void startConfiguration()Description copied from interface:Configurable
Invoked before bean property configuration is begun on this object.- Specified by:
startConfiguration
in interfaceConfigurable
-
endConfiguration
public void endConfiguration()Description copied from interface:Configurable
Invoked upon completion of bean property configuration for this object.- Specified by:
endConfiguration
in interfaceConfigurable
-