| Modifier and Type | Method and Description |
|---|---|
abstract Optional<DataSourceConfig> |
DbConnectionProvider.getDataSourceConfig() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSourceFactory.create(DataSourceConfig dataSourceConfig,
DbPoolingProfile poolingProfile)
Creates a dataSource from a given dataSource config
|
protected DataSource |
DataSourceFactory.createPooledDataSource(DataSourceConfig dataSourceConfig,
DbPoolingProfile poolingProfile) |
protected DataSource |
DataSourceFactory.createSingleDataSource(DataSourceConfig dataSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DataSourceConfig> |
DataSourceReferenceConnectionProvider.getDataSourceConfig() |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericConnectionParameters
DataSourceConfig's parameters for the GenericConnectionProvider |
| Modifier and Type | Method and Description |
|---|---|
Optional<DataSourceConfig> |
GenericConnectionProvider.getDataSourceConfig() |
Copyright © 2024. All rights reserved.