|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.util.factory.ConfigurableFactory
org.apache.ojb.broker.accesslayer.sql.SqlGeneratorFactory
This factory creates SqlGenerator instances. it is a configurable factory and can be used to generate user defined implementations too.
Constructor Summary | |
SqlGeneratorFactory()
|
Method Summary | |
SqlGenerator |
createSqlGenerator(Platform pf)
|
protected java.lang.String |
getConfigurationKey()
must be implemented in the concrete factory classes. |
static SqlGeneratorFactory |
getInstance()
|
Methods inherited from class org.apache.ojb.broker.util.factory.ConfigurableFactory |
buildArgumentString, configure, createNewInstance, createNewInstance, createNewInstance, getClassToServe, getLogger, setClassToServe |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SqlGeneratorFactory()
Method Detail |
protected java.lang.String getConfigurationKey()
ConfigurableFactory
getConfigurationKey
in class ConfigurableFactory
ConfigurableFactory.getConfigurationKey()
public SqlGenerator createSqlGenerator(Platform pf)
public static SqlGeneratorFactory getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |