spring-framework / org.springframework.jdbc.datasource / DataSourceTransactionManager / <init>

<init>

DataSourceTransactionManager()

Create a new DataSourceTransactionManager instance. A DataSource has to be set to be able to use it.

See Also
#setDataSource

DataSourceTransactionManager(dataSource: DataSource)

Create a new DataSourceTransactionManager instance.

Parameters

dataSource - JDBC DataSource to manage transactions for