Class DataSourceTransactionManagerBeanFactory

java.lang.Object
com.sap.cds.framework.spring.config.datasource.DataSourceTransactionManagerBeanFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>

public class DataSourceTransactionManagerBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>, org.springframework.beans.factory.BeanFactoryAware
  • Constructor Details

    • DataSourceTransactionManagerBeanFactory

      public DataSourceTransactionManagerBeanFactory(String dataSourceName)
  • Method Details

    • getObject

      public org.springframework.jdbc.datasource.DataSourceTransactionManager getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.jdbc.datasource.DataSourceTransactionManager>
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException