| 类 | 说明 |
|---|---|
| AbstractBaseExecutor |
重写执行器
BaseExecutor |
| MybatisBatchExecutor |
重写执行器
BatchExecutor |
| MybatisCachingExecutor |
copy org.apache.ibatis.executor.CachingExecutor 主要修改了分页缓存逻辑
|
| MybatisReuseExecutor |
重写执行器
ReuseExecutor |
| MybatisSimpleExecutor |
重写执行器
SimpleExecutor |