Java org.springframework.jdbc.datasource TransactionAwareDataSourceProxy fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.datasource TransactionAwareDataSourceProxy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.datasource TransactionAwareDataSourceProxy.

The text is from its open source code.

Constructor

TransactionAwareDataSourceProxy(DataSource targetDataSource)
Create a new TransactionAwareDataSourceProxy.
TransactionAwareDataSourceProxy()
Create a new TransactionAwareDataSourceProxy.

Method

voidsetTargetDataSource(@Nullable DataSource targetDataSource)
Set the target DataSource that this DataSource should delegate to.