类 WebSphereNativeJdbcExtractor

  • 所有已实现的接口:
    NativeJdbcExtractor

    public class WebSphereNativeJdbcExtractor
    extends NativeJdbcExtractorAdapter
    Implementation of the NativeJdbcExtractor interface for WebSphere, supporting WebSphere Application Server 6.1 and higher.

    Returns the underlying native Connection to application code instead of WebSphere'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 WebSphere DataSource: If a given object is not a WebSphere Connection wrapper, it will be returned as-is.

    从以下版本开始:
    1.1
    作者:
    Juergen Hoeller