| Package | Description |
|---|---|
| org.springframework.boot.jdbc.metadata |
Support for accessing JDBC
DataSource metadata. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDataSourcePoolMetadataProvider
A
DataSourcePoolMetadataProvider implementation that returns the first
DataSourcePoolMetadata that is found by one of its delegate. |
| Constructor and Description |
|---|
CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider> providers)
Create a
CompositeDataSourcePoolMetadataProvider instance with an initial
collection of delegates to use. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.