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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked upon completion of bean property configuration for this object.System configuration.Select factory.newUnion(int selects) Union factory.Union factory.voidInvoked prior to setting bean properties.voidInvoked before bean property configuration is begun on this object.
-
Constructor Details
-
SQLFactoryImpl
public SQLFactoryImpl()
-
-
Method Details
-
getConfiguration
System configuration. -
newSelect
Description copied from interface:SQLFactorySelect factory.- Specified by:
newSelectin interfaceSQLFactory
-
newUnion
Description copied from interface:SQLFactoryUnion factory.- Specified by:
newUnionin interfaceSQLFactory- Parameters:
selects- the number of selects in the union
-
newUnion
Description copied from interface:SQLFactoryUnion factory.- Specified by:
newUnionin interfaceSQLFactory- Parameters:
selects- the members of the union
-
setConfiguration
Description copied from interface:ConfigurableInvoked prior to setting bean properties.- Specified by:
setConfigurationin interfaceConfigurable
-
startConfiguration
public void startConfiguration()Description copied from interface:ConfigurableInvoked before bean property configuration is begun on this object.- Specified by:
startConfigurationin interfaceConfigurable
-
endConfiguration
public void endConfiguration()Description copied from interface:ConfigurableInvoked upon completion of bean property configuration for this object.- Specified by:
endConfigurationin interfaceConfigurable
-