Class DynamicPooledDataSourceFactoryBean

java.lang.Object
org.smallmind.persistence.sql.pool.spring.DynamicPooledDataSourceFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<DataSource>

public class DynamicPooledDataSourceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DataSource>
  • Constructor Details

    • DynamicPooledDataSourceFactoryBean

      public DynamicPooledDataSourceFactoryBean()
  • Method Details

    • setDataSourceKey

      public void setDataSourceKey(String dataSourceKey)
    • setDataSourceLocator

      public void setDataSourceLocator(DataSourceLocator dataSourceLocator)
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<DataSource>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<DataSource>
    • getObject

      public DataSource getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<DataSource>