public class DataSourceTransactionManagerFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>
| Constructor and Description |
|---|
DataSourceTransactionManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
getDataSource() |
org.springframework.jdbc.datasource.DataSourceTransactionManager |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setDataSource(DataSource dataSource) |
public DataSource getDataSource()
public org.springframework.jdbc.datasource.DataSourceTransactionManager getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>public void setDataSource(DataSource dataSource)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.