|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionProxy
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.
NativeJdbcExtractorAdapter.getNativeConnection(java.sql.Connection)
Field Summary |
---|
Fields inherited from interface java.sql.Connection |
---|
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE |
Method Summary | |
---|---|
Connection |
getTargetConnection()
Return the target connection of this proxy. |
Method Detail |
---|
Connection getTargetConnection()
This will typically either be the native JDBC Connection or a wrapper from a connection pool.
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |