Implementation of the NativeJdbcExtractor interface for JBoss 3.2.
Returns the underlying native Connection, Statement, etc to
application code instead of JBoss' wrapper implementations.
The returned JDBC classes can then safely be cast, e.g. to
oracle.jdbc.OracleConnection.
Note that JBoss started wrapping ResultSets as of 3.2.4, which is
supported by this implementation, while still being compatible with 3.2.x.
This NativeJdbcExtractor can be set just to allow working with
a JBoss connection pool: If a given object is not a JBoss wrapper,
it will be returned as-is.
Returns the underlying native Connection, Statement, etc to application code instead of JBoss' wrapper implementations. The returned JDBC classes can then safely be cast, e.g. to
oracle.jdbc.OracleConnection.Note that JBoss started wrapping ResultSets as of 3.2.4, which is supported by this implementation, while still being compatible with 3.2.x.
This NativeJdbcExtractor can be set just to allow working with a JBoss connection pool: If a given object is not a JBoss wrapper, it will be returned as-is.