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

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

Class Summary
CommonsDbcpNativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool.
JBossNativeJdbcExtractor Implementation of the NativeJdbcExtractor interface for the JBoss 3.2 connection pool.
SimpleNativeJdbcExtractor Simple implementation of the NativeJdbcExtractor interface.
XAPoolNativeJdbcExtractor Implementation 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.



Copyright (C) 2003-2004 The Spring Framework Project.