public interface ProxyJdbcObject
Proxy object created by JdbcProxyFactory implements this interface.
JdbcProxyFactory,
ConnectionInvocationHandler,
StatementInvocationHandler,
PreparedStatementInvocationHandler,
CallableStatementInvocationHandler,
ResultSetInvocationHandler| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
getProxyConfig()
Retrieve an associated
ProxyConfig. |
Object |
getTarget()
Method to return wrapped source object(Connection, Statement, PreparedStatement, CallableStatement).
|
Object getTarget()
ProxyConfig getProxyConfig()
ProxyConfig.ProxyConfigCopyright © 2024. All rights reserved.