Class JdbcCallableStatementHandle

java.lang.Object
bitronix.tm.resource.jdbc.BaseProxyHandlerClass
bitronix.tm.resource.jdbc.JdbcCallableStatementHandle
All Implemented Interfaces:
InvocationHandler

public class JdbcCallableStatementHandle extends BaseProxyHandlerClass
CallableStatement Statement wrapper.

This class is a proxy handler for a CallableStatement. It does not implement the CallableStatement interface or extend a class directly, but you methods implemented here will override those of the underlying delegate. Simply implement a method with the same signature, and the local method will be called rather than the delegate.

Author:
brettw