摘要:public class DefaultResultSetHandler implements ResultSetHandler { private static final Object DEFERED = new Object(); private final Executor executor
阅读全文
随笔分类 - mybatis源码赏析
mybatis 源码赏析
摘要:mybatis 二级缓存的实现【 有一个 CachingExecutor 的类】 /** * Copyright ${license.git.copyrightYears} the original author or authors. * * Licensed under the Apache L
阅读全文