public class QueryInterceptorExecutor extends Object
目的:抽取此方法是为了后期方便同步更新 FaithPaginationInterceptor
| 构造器和说明 |
|---|
QueryInterceptorExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static void |
exec(QueryInterceptor[] interceptors,
org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql)
执行查询拦截器
|
static void exec(QueryInterceptor[] interceptors, org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement ms, Object parameter, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.session.ResultHandler resultHandler, org.apache.ibatis.mapping.BoundSql boundSql)
Copyright © 2023. All rights reserved.