public class DynamicPooledDataSourceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<CommonDataSource>
| Constructor and Description |
|---|
DynamicPooledDataSourceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
CommonDataSource |
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<CommonDataSource>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<CommonDataSource>public CommonDataSource getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<CommonDataSource>Copyright © 2017. All rights reserved.