public class DynamicPooledDataSourceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DataSource>
| Constructor and Description |
|---|
DynamicPooledDataSourceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setDataSourceKey(String dataSourceKey) |
void |
setDataSourceLocator(DataSourceLocator dataSourceLocator) |
public void setDataSourceKey(String dataSourceKey)
public void setDataSourceLocator(DataSourceLocator dataSourceLocator)
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<DataSource>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<DataSource>public DataSource getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<DataSource>Copyright © 2020. All rights reserved.