| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NativeJdbcExtractor | |
|---|---|
| org.springframework.jdbc.core | Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. | 
| org.springframework.jdbc.support.lob | Provides a stategy interface for Large OBject handling, with implementations for various databases. | 
| 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 NativeJdbcExtractor in org.springframework.jdbc.core | 
|---|
| Methods in org.springframework.jdbc.core that return NativeJdbcExtractor | |
|---|---|
|  NativeJdbcExtractor | JdbcTemplate.getNativeJdbcExtractor()Return the current NativeJdbcExtractor implementation. | 
| Methods in org.springframework.jdbc.core with parameters of type NativeJdbcExtractor | |
|---|---|
|  void | JdbcTemplate.setNativeJdbcExtractor(NativeJdbcExtractor extractor)Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles. | 
|  void | PreparedStatementCreatorFactory.setNativeJdbcExtractor(NativeJdbcExtractor nativeJdbcExtractor)Specify the NativeJdbcExtractor to use for unwrapping PreparedStatements, if any. | 
|  void | CallableStatementCreatorFactory.setNativeJdbcExtractor(NativeJdbcExtractor nativeJdbcExtractor)Specify the NativeJdbcExtractor to use for unwrapping CallableStatements, if any. | 
| Uses of NativeJdbcExtractor in org.springframework.jdbc.support.lob | 
|---|
| Methods in org.springframework.jdbc.support.lob with parameters of type NativeJdbcExtractor | |
|---|---|
|  void | OracleLobHandler.setNativeJdbcExtractor(NativeJdbcExtractor nativeJdbcExtractor)Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying native oracle.jdbc.OracleConnection. | 
| Uses of NativeJdbcExtractor in org.springframework.jdbc.support.nativejdbc | 
|---|
| Classes in org.springframework.jdbc.support.nativejdbc that implement NativeJdbcExtractor | |
|---|---|
|  class | C3P0NativeJdbcExtractorImplementation of the NativeJdbcExtractorinterface for the
 C3P0 connection pool. | 
|  class | CommonsDbcpNativeJdbcExtractorImplementation of the NativeJdbcExtractorinterface for the
 Jakarta Commons DBCP connection pool, version 1.1 or higher. | 
|  class | JBossNativeJdbcExtractorImplementation of the NativeJdbcExtractorinterface for JBoss,
 supporting JBoss Application Server 3.2.4+. | 
|  class | Jdbc4NativeJdbcExtractorNativeJdbcExtractorimplementation that delegates to JDBC 4.0'sunwrapmethod, as defined byWrapper. | 
|  class | NativeJdbcExtractorAdapterAbstract adapter class for the NativeJdbcExtractorinterface,
 for simplified implementation of basic extractors. | 
|  class | SimpleNativeJdbcExtractorSimple implementation of the NativeJdbcExtractorinterface. | 
|  class | WebLogicNativeJdbcExtractorImplementation of the NativeJdbcExtractorinterface for WebLogic,
 supporting WebLogic Server 8.1 and higher. | 
|  class | WebSphereNativeJdbcExtractorImplementation of the NativeJdbcExtractorinterface for WebSphere,
 supporting WebSphere Application Server 5.1 and higher. | 
|  class | XAPoolNativeJdbcExtractorImplementation of the NativeJdbcExtractorinterface for
 ObjectWeb's XAPool, as shipped with JOTM and used in JOnAS. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||