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 |
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
|
Copyright © 2015. All rights reserved.