Package org.springframework.jdbc.support.nativejdbc

Provides a mechanism for extracting native implementations of JDBC interfaces from wrapper objects that got returned from connection pools.

See
          Description

Class Diagram Summary
nativejdbc 
 

Interface Summary
NativeJdbcExtractorInterface for extracting native JDBC objects from wrapped objects coming from connection pools.
 

Class Summary
CommonsDbcpNativeJdbcExtractorImplementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool.
JBossNativeJdbcExtractorImplementation of the NativeJdbcExtractor interface for the JBoss 3.2 connection pool.
SimpleNativeJdbcExtractorSimple implementation of the NativeJdbcExtractor interface.
XAPoolNativeJdbcExtractorImplementation of the NativeJdbcExtractor interface for ObjectWeb's XAPool connection pool.
 

Package org.springframework.jdbc.support.nativejdbc Description

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.