SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc
Class SQLExecutionManagerFactory

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerFactory

public class SQLExecutionManagerFactory
extends Object

Static factory for instantiating implementations of a SQLExecutionManager based on parameters in the JDBCConfiguration.

Upon instantiating a SQLExecutionManager instance, the SQLExecutionManagerFactory will always invoke the two methods:

The state of the SQLExecutionManager instance can always rely on having these values configured.

Since:
2.4
See Also:
SQLExecutionManager

Constructor Summary
SQLExecutionManagerFactory()
           
 
Method Summary
static SQLExecutionManager createSQLExecutionManager(JDBCConfiguration config, Connector connector)
          Create a new SQLExecutionManager based on properties set in the JDBCConfiguration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLExecutionManagerFactory

public SQLExecutionManagerFactory()
Method Detail

createSQLExecutionManager

public static SQLExecutionManager createSQLExecutionManager(JDBCConfiguration config,
                                                            Connector connector)
Create a new SQLExecutionManager based on properties set in the JDBCConfiguration.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.