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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLExecutionManagerFactory
public SQLExecutionManagerFactory()
createSQLExecutionManager
public static SQLExecutionManager createSQLExecutionManager(JDBCConfiguration config,
Connector connector)
- Create a new SQLExecutionManager based on properties set in the
JDBCConfiguration.
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.