@CompileStatic class DataSourceConnectionSourcesFactoryBean extends Object implements FactoryBean<ConnectionSources<javax.sql.DataSource, DataSourceSettings>>, InitializingBean, ApplicationContextAware
A factory bean for creating the data sources
| Type | Name and description |
|---|---|
ApplicationContext |
applicationContext |
PropertyResolver |
configuration |
| Constructor and description |
|---|
DataSourceConnectionSourcesFactoryBean(PropertyResolver configuration) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterPropertiesSet() |
|
ConnectionSources<javax.sql.DataSource, DataSourceSettings> |
getObject() |
|
Class<?> |
getObjectType() |
|
boolean |
isSingleton() |