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 Summary

    Modifier and Type
    Method
    Description