net.ttddyy.dsproxy.proxy
Interface ProxyJdbcObject


public interface ProxyJdbcObject

Proxy object implements this interface to provide a method to return wrapped object.

Author:
Tadaya Tsuyukubo
See Also:
JdbcProxyFactory, ConnectionInvocationHandler, StatementInvocationHandler, PreparedStatementInvocationHandler, CallableStatementInvocationHandler

Method Summary
 Object getTarget()
          Method to return wrapped source object(Connection, Statement, PreparedStatement, CallableStatement).
 

Method Detail

getTarget

Object getTarget()
Method to return wrapped source object(Connection, Statement, PreparedStatement, CallableStatement).

Returns:
source object


Copyright © 2012. All Rights Reserved.