public class MemorizeTransactionProxy extends Object implements InvocationHandler
| Constructor and Description |
|---|
MemorizeTransactionProxy()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected static CallableStatement |
memorize(CallableStatement target,
ConnectionHandle connectionHandle)
Wrap CallableStatement with a proxy.
|
protected static Connection |
memorize(Connection target,
ConnectionHandle connectionHandle)
Wrap connection with a proxy.
|
protected static PreparedStatement |
memorize(PreparedStatement target,
ConnectionHandle connectionHandle)
Wrap PreparedStatement with a proxy.
|
protected static Statement |
memorize(Statement target,
ConnectionHandle connectionHandle)
Wrap Statement with a proxy.
|
protected static Connection memorize(Connection target, ConnectionHandle connectionHandle)
target - connection handleconnectionHandle - originating bonecp connectionprotected static Statement memorize(Statement target, ConnectionHandle connectionHandle)
target - statement handleconnectionHandle - originating bonecp connectionprotected static PreparedStatement memorize(PreparedStatement target, ConnectionHandle connectionHandle)
target - statement handleconnectionHandle - originating bonecp connectionprotected static CallableStatement memorize(CallableStatement target, ConnectionHandle connectionHandle)
target - statement handleconnectionHandle - originating bonecp connectionCopyright © 2009-2013 JolBox. All Rights Reserved.