Interface ConnectionProxy

  • All Superinterfaces:
    AutoCloseable, Connection, Wrapper

    public interface ConnectionProxy
    extends Connection
    Connection subinterface implemented by Connection proxies. Allows access to the underlying Connection delegate. Proxying is usually performed by connection pools in order to suppress Connection.close() operation by the client code. The pool itself, having access to the target connection can close the physical connection at any time.
    Since:
    2.1.0-SNAPSHOT
    Version:
    %I%, %G%
    Author:
    Piotr Dyraga