| Interfaces | |
|---|---|
| NativeJdbcExtractor | Interface for extracting native JDBC objects from wrapped objects coming from connection pools. |
| Classes | |
|---|---|
| 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. |
| 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. |
Can be used independently, for example in custom JDBC access code.