| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.jdbc.sql.SQLFactoryImpl
public class SQLFactoryImpl
Default factory for SQL abstraction constructs.
| Constructor Summary | |
|---|---|
SQLFactoryImpl()
 | 
|
| Method Summary | |
|---|---|
 void | 
endConfiguration()
Invoked upon completion of bean property configuration for this object.  | 
 JDBCConfiguration | 
getConfiguration()
System configuration.  | 
 Select | 
newSelect()
Select factory.  | 
 Union | 
newUnion(int selects)
Union factory.  | 
 Union | 
newUnion(Select[] selects)
Union factory.  | 
 void | 
setConfiguration(Configuration conf)
Invoked prior to setting bean properties.  | 
 void | 
startConfiguration()
Invoked before bean property configuration is begun on this object.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SQLFactoryImpl()
| Method Detail | 
|---|
public JDBCConfiguration getConfiguration()
public Select newSelect()
SQLFactory
newSelect in interface SQLFactorypublic Union newUnion(int selects)
SQLFactory
newUnion in interface SQLFactoryselects - the number of selects in the unionpublic Union newUnion(Select[] selects)
SQLFactory
newUnion in interface SQLFactoryselects - the members of the unionpublic void setConfiguration(Configuration conf)
Configurable
setConfiguration in interface Configurablepublic void startConfiguration()
Configurable
startConfiguration in interface Configurablepublic void endConfiguration()
Configurable
endConfiguration in interface Configurable
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||