|
|||||||||||
| 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 | |
| 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. |
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.