Package scriptella.driver.spring
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.spring.Driver
- All Implemented Interfaces:
ScriptellaDriver
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectiongetConnection(String url, Properties props) A helper method for subclasses to avoid direct interaction with DriverManager API.Methods inherited from class scriptella.jdbc.GenericDriver
connect, connect, loadDriversMethods inherited from class scriptella.spi.AbstractScriptellaDriver
getScriptellaTitle, getScriptellaVersion, toString
-
Constructor Details
-
Driver
public Driver()
-
-
Method Details
-
getConnection
Description copied from class:GenericDriverA helper method for subclasses to avoid direct interaction with DriverManager API.Calls
DriverManager.getConnection(String,java.util.Properties)- Overrides:
getConnectionin classGenericDriver- Throws:
SQLException
-