Interface ConnectionProvider


  • public interface ConnectionProvider
    Implementation should provide working JDBC connection, exactly the same which is used by user's application in the current thread.
    Usually, connections come from some thread-safe connection pool.
    • Method Detail

      • getConnection

        java.sql.Connection getConnection()
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException