public class DataSourceBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean<DataSource>
DataSourceDescriptor| Constructor and Description |
|---|
DataSourceBeanFactory(DataSourceDescriptor descriptor,
org.springframework.core.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
getObject() |
Class<DataSource> |
getObjectType() |
public DataSourceBeanFactory(DataSourceDescriptor descriptor, org.springframework.core.env.Environment environment)
public DataSource getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<DataSource>Exceptionpublic Class<DataSource> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<DataSource>Copyright © 2023. All rights reserved.