Interface ConnectionHandle

    • Method Detail

      • releaseConnection

        default void releaseConnection​(Connection con)
        Release the JDBC Connection that this handle refers to.

        The default implementation is empty, assuming that the lifecycle of the connection is managed externally.

        Parameters:
        con - the JDBC Connection to release