1、新增类实现Interceptor,并加上@Intercepts注解,当Executor执行query或者StatementHandler prepare时拦截。
2、Invocation args中如果包含page则将MappedStatement 中的SqlSource 中的sql,添加分页功能。
3、获取查询结果的总条数,分页用。
1、新增类实现Interceptor,并加上@Intercepts注解,当Executor执行query或者StatementHandler prepare时拦截。
2、Invocation args中如果包含page则将MappedStatement 中的SqlSource 中的sql,添加分页功能。
3、获取查询结果的总条数,分页用。