This interface can be checked when there is a need to cast to a native JDBC Connection such as Oracle's OracleConnection. Spring's org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter automatically detects such proxies before delegating to the actual unwrapping for a specific connection pool. author: Juergen Hoellersince: 1.1See Also: TransactionAwareDataSourceProxySee Also: LazyConnectionDataSourceProxy
This will typically be the native driver Connection or a wrapper from a connection pool. the underlying Connection (never null)
null