public class DynamicDriverManagerPooledDataSourceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DataSource>
| Constructor and Description |
|---|
DynamicDriverManagerPooledDataSourceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setDataSourceFactory(DataSourceFactory dataSourceFactory) |
void |
setDataSourceKey(String dataSourceKey) |
public DynamicDriverManagerPooledDataSourceFactoryBean()
public void setDataSourceKey(String dataSourceKey)
public void setDataSourceFactory(DataSourceFactory dataSourceFactory)
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 © 2013. All Rights Reserved.