final class SimpleDriverDataSourceFactory extends java.lang.Object implements DataSourceFactory
SimpleDriverDataSource.| Modifier and Type | Field and Description |
|---|---|
private SimpleDriverDataSource |
dataSource |
| Constructor and Description |
|---|
SimpleDriverDataSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProperties |
getConnectionProperties()
Get the connection properties of the
DataSource to be configured. |
javax.sql.DataSource |
getDataSource()
Get the
DataSource with the connection properties applied. |
private final SimpleDriverDataSource dataSource
public ConnectionProperties getConnectionProperties()
DataSourceFactoryDataSource to be configured.getConnectionProperties in interface DataSourceFactorypublic javax.sql.DataSource getDataSource()
DataSourceFactoryDataSource with the connection properties applied.getDataSource in interface DataSourceFactory