马老师高并发游戏后端真实项目—英雄传说
2022-11-25 21:08 作者:bili_1559000721 | 我要投稿
public abstract class WrapperAdapter implements Wrapper {
private final Collection<JdbcMethodInvocation> jdbcMethodInvocations = new ArrayList<>();
/**
* 添加要执行的方法
*/
@SneakyThrows
public final void recordMethodInvocation(final Class<?> targetClass, final String methodName,
final Class<?>[] argumentTypes, finalObject[] arguments) {

