Package org.springframework.jdbc.support.nativejdbc
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
NativeJdbcExtractor Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
Classes
C3P0NativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for the C3P0 connection pool.
CommonsDbcpNativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool.
JBossNativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for JBoss 3.2.
NativeJdbcExtractorAdapter Abstract adapter class for the NativeJdbcExtractor interface, for simplified implementation of basic extractors.
SimpleNativeJdbcExtractor Simple implementation of the NativeJdbcExtractor interface.
WebLogicNativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for WebLogic Server 6.1+.
WebSphereNativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for WebSphere.
XAPoolNativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for ObjectWeb's XAPool.
Provides a mechanism for extracting native implementations of JDBC interfaces from wrapper objects that got returned from connection pools.

Can be used independently, for example in custom JDBC access code.