Class DataSourceConnectionProvider

    • Method Summary

      Modifier and Type Method Description
      java.sql.Connection getConnection()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataSourceConnectionProvider

        public DataSourceConnectionProvider​(javax.sql.DataSource dataSource)
    • Method Detail

      • getConnection

        public java.sql.Connection getConnection()
                                          throws java.sql.SQLException
        Specified by:
        getConnection in interface ConnectionProvider
        Throws:
        java.sql.SQLException