|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
NativeJdbcExtractor | Interface for extracting native JDBC objects from wrapped objects coming from connection pools. |
Class Summary | |
---|---|
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.4+. |
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.
|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |