类 WebLogicNativeJdbcExtractor

  • 所有已实现的接口:
    NativeJdbcExtractor

    public class WebLogicNativeJdbcExtractor
    extends NativeJdbcExtractorAdapter
    Implementation of the NativeJdbcExtractor interface for WebLogic, supporting WebLogic Server 9.0 and higher.

    Returns the underlying native Connection to application code instead of WebLogic's wrapper implementation; unwraps the Connection for native statements. The returned JDBC classes can then safely be cast, e.g. to oracle.jdbc.OracleConnection.

    This NativeJdbcExtractor can be set just to allow working with a WebLogic DataSource: If a given object is not a WebLogic Connection wrapper, it will be returned as-is.

    从以下版本开始:
    1.0.2
    作者:
    Thomas Risberg, Juergen Hoeller
    另请参阅:
    NativeJdbcExtractorAdapter.getNativeConnection(java.sql.Connection), weblogic.jdbc.extensions.WLConnection#getVendorConnection