Class DataSourceFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<javax.sql.DataSource>

    public class DataSourceFactory
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<javax.sql.DataSource>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.sql.DataSource getObject()  
      java.lang.Class<?> getObjectType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.beans.factory.FactoryBean

        isSingleton
    • Constructor Detail

    • Method Detail

      • getObject

        public javax.sql.DataSource getObject()
                                       throws java.lang.Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<javax.sql.DataSource>
        Throws:
        java.lang.Exception
      • getObjectType

        public java.lang.Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<javax.sql.DataSource>