The Spring Framework

Uses of Class
org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter

Packages that use NativeJdbcExtractorAdapter
org.springframework.jdbc.support.nativejdbc Provides a mechanism for extracting native implementations of JDBC interfaces from wrapper objects that got returned from connection pools. 
 

Uses of NativeJdbcExtractorAdapter in org.springframework.jdbc.support.nativejdbc
 

Subclasses of NativeJdbcExtractorAdapter in org.springframework.jdbc.support.nativejdbc
 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.
 class JBossNativeJdbcExtractor
          Implementation of the NativeJdbcExtractor interface for JBoss 3.2.4+.
 class SimpleNativeJdbcExtractor
          Simple implementation of the NativeJdbcExtractor interface.
 class WebLogicNativeJdbcExtractor
          Implementation of the NativeJdbcExtractor interface for WebLogic Server 6.1+.
 class WebSphereNativeJdbcExtractor
          Implementation of the NativeJdbcExtractor interface for WebSphere.
 class XAPoolNativeJdbcExtractor
          Implementation of the NativeJdbcExtractor interface for ObjectWeb's XAPool.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.