SI - the RelationalServiceInfo for the backing database servicepublic abstract class DataSourceCreator<SI extends org.springframework.cloud.service.common.RelationalServiceInfo>
extends org.springframework.cloud.service.AbstractServiceConnectorCreator<javax.sql.DataSource,SI>
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
logger |
| Constructor and Description |
|---|
DataSourceCreator(java.lang.String driverSystemPropKey,
java.lang.String[] driverClasses,
java.lang.String validationQuery) |
| Modifier and Type | Method and Description |
|---|---|
javax.sql.DataSource |
create(SI serviceInfo,
org.springframework.cloud.service.ServiceConnectorConfig serviceConnectorConfig) |
java.lang.String |
getDriverClassName(SI serviceInfo) |