Package | Description |
---|---|
org.springframework.jdbc.support.nativejdbc |
Provides a mechanism for extracting native implementations of JDBC
interfaces from wrapper objects that got returned from connection pools.
|
Modifier and Type | Class and Description |
---|---|
class |
C3P0NativeJdbcExtractor
Implementation of the
NativeJdbcExtractor interface for the
C3P0 connection pool. |
class |
CommonsDbcpNativeJdbcExtractor
Implementation of the
NativeJdbcExtractor interface for the
Jakarta Commons DBCP connection pool, version 1.1 or higher. |
class |
JBossNativeJdbcExtractor
Implementation of the
NativeJdbcExtractor interface for JBoss,
supporting JBoss Application Server 3.2.4+. |
class |
Jdbc4NativeJdbcExtractor
NativeJdbcExtractor implementation that delegates to JDBC 4.0's
unwrap method, as defined by Wrapper . |
class |
OracleJdbc4NativeJdbcExtractor
A
Jdbc4NativeJdbcExtractor which comes pre-configured for Oracle's JDBC driver,
specifying the following vendor-specific API types for unwrapping:
oracle.jdbc.OracleConnection
oracle.jdbc.OracleStatement
oracle.jdbc.OraclePreparedStatement
oracle.jdbc.OracleCallableStatement
oracle.jdbc.OracleResultSet
|
class |
SimpleNativeJdbcExtractor
Simple implementation of the
NativeJdbcExtractor interface. |
class |
WebLogicNativeJdbcExtractor
Implementation of the
NativeJdbcExtractor interface for WebLogic,
supporting WebLogic Server 9.0 and higher. |
class |
WebSphereNativeJdbcExtractor
Implementation of the
NativeJdbcExtractor interface for WebSphere,
supporting WebSphere Application Server 6.1 and higher. |
Copyright © 2015. All rights reserved.