| Interface | Description |
|---|---|
| DataSourceResourceResolver |
Interface to allow DataSource resolution.
|
| Class | Description |
|---|---|
| CompositeDataSourceResolver |
Composite DataSourceResolver that delegates to a list of resolvers.
|
| HikariDataSourceResolver |
If the data Source is of type
DelegatingDataSource, extract the underlying data source. |
| HikariDelegatingDataSourceResolver |
If the data Source is of type
DelegatingDataSource, extract the underlying data source. |