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