scriptella.driver.spring
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.spring.Driver
- All Implemented Interfaces:
- ScriptellaDriver
public class Driver
- extends GenericDriver
Scriptella driver for The Spring Framework
Bean Factory(or Application Context) registered datasources.
This driver relies on GenericDriver functionality.
Note:Use Spring transaction proxies for
EtlExecutorBean to support Spring transactions.
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
|
Method Summary |
protected java.sql.Connection |
getConnection(java.lang.String url,
java.util.Properties props)
A helper method for subclasses to avoid direct interaction with DriverManager API. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Driver
public Driver()
getConnection
protected java.sql.Connection getConnection(java.lang.String url,
java.util.Properties props)
throws java.sql.SQLException
- Description copied from class:
GenericDriver
- A helper method for subclasses to avoid direct interaction with DriverManager API.
Calls DriverManager.getConnection(String,java.util.Properties)
- Overrides:
getConnection in class GenericDriver
- Throws:
java.sql.SQLException
Copyright © Copyright 2006-2009 The Scriptella Project Team.