Subinterface of Connection to be implemented by connection proxies. Allows
access to the target connection.
Can be checked for when needing to cast to a native Connection like
OracleConnection. Spring's NativeJdbcExtractorAdapter automatically detects
such proxies before delegating to the actual unwrapping for a specific
connection pool.
Taken from Spring.
author: kimchy |