Example usage for org.springframework.jdbc.datasource IsolationLevelDataSourceAdapter subclass-usage

List of usage examples for org.springframework.jdbc.datasource IsolationLevelDataSourceAdapter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.datasource IsolationLevelDataSourceAdapter subclass-usage.

Usage

From source file org.springframework.jdbc.datasource.WebSphereDataSourceAdapter.java

/**
 * {@link DataSource} implementation that delegates all calls to a WebSphere
 * target {@link DataSource}, typically obtained from JNDI, applying a current
 * isolation level and/or current user credentials to every Connection obtained
 * from it.
 *