Interface OracleConnectionCacheCallback


@Deprecated public interface OracleConnectionCacheCallback
Deprecated.
Use Oracle Universal Connection Pool instead. Callback functionality for the Implicit Connection Cache
  • Method Details

    • handleAbandonedConnection

      @Deprecated boolean handleAbandonedConnection(OracleConnection conn, Object userObject)
      Deprecated.
      Use Oracle Universal Connection Pool instead.
    • releaseConnection

      @Deprecated void releaseConnection(OracleConnection conn, Object userObject)
      Deprecated.
      Use Oracle Universal Connection Pool instead.