T - type of targetpublic final class MethodInvocationRecorder<T> extends Object
| Constructor and Description |
|---|
MethodInvocationRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
record(String methodName,
ForceExecuteCallback<T> callback)
Record method invocation.
|
void |
replay(T target)
Replay methods invocation.
|
public void record(String methodName, ForceExecuteCallback<T> callback)
methodName - method namecallback - callbackpublic void replay(T target) throws SQLException
target - target objectSQLException - SQL ExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.