public interface DataSourceResolver
| Modifier and Type | Field and Description |
|---|---|
static DataSourceResolver |
DEFAULT
The default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
default javax.sql.DataSource |
resolve(javax.sql.DataSource dataSource)
Resolves the underlying target data source in the case it has been wrapped by proxying / instrumentation logic.
|
static final DataSourceResolver DEFAULT