跳过导航链接
A C G I M P S 

A

addPrintInterceptor() - 类 中的方法com.mybatis.spring.boot.autoconfigure.MybatisSqlPrintAutoConfiguration.AutoConfigPrintInterceptor
 
addPrintInterceptor() - 类 中的方法com.mybatis.spring.boot.autoconfigure.MybatisSqlPrintAutoConfiguration.SupportPageHelper
 
AutoConfigPrintInterceptor() - 类 的构造器com.mybatis.spring.boot.autoconfigure.MybatisSqlPrintAutoConfiguration.AutoConfigPrintInterceptor
 

C

com.mybatis.spring.boot.autoconfigure - 程序包 com.mybatis.spring.boot.autoconfigure
 

G

getOrder() - 类 中的方法com.mybatis.spring.boot.autoconfigure.MybatisSqlCompletePrintInterceptor
 

I

intercept(Invocation) - 类 中的方法com.mybatis.spring.boot.autoconfigure.MybatisSqlCompletePrintInterceptor
 

M

MybatisSqlCompletePrintInterceptor - com.mybatis.spring.boot.autoconfigure中的类
这里没有使用拦截 主要是因为PageHelp处理的时候,直接调用Executor的方法进行处理,没有调用invocation.proceed() 下一个拦截器处理,直接处理SQL 的修改,因此,将这个拦截设置到最后的查询阶段去处理哦 executor.query(ms, parameter, rowBounds, resultHandler, cacheKey, boundSql) 因此拦截StatementHandler 肯定不会错误【StatementHandler,语句处理器负责和JDBC层具体交互,包括prepare语句,执行语句,以及调用ParameterHandler.parameterize()设置参数】
MybatisSqlCompletePrintInterceptor(Configuration) - 类 的构造器com.mybatis.spring.boot.autoconfigure.MybatisSqlCompletePrintInterceptor
 
MybatisSqlPrintAutoConfiguration - com.mybatis.spring.boot.autoconfigure中的类
 
MybatisSqlPrintAutoConfiguration() - 类 的构造器com.mybatis.spring.boot.autoconfigure.MybatisSqlPrintAutoConfiguration
 
MybatisSqlPrintAutoConfiguration.AutoConfigPrintInterceptor - com.mybatis.spring.boot.autoconfigure中的类
sql 打印需要在拦截器最后一个才能统计 https://github.com/pagehelper/pagehelper-spring-boot
MybatisSqlPrintAutoConfiguration.SupportPageHelper - com.mybatis.spring.boot.autoconfigure中的类
兼容一下 PageHelper,让拦截器在最后一个处理 https://github.com/pagehelper/pagehelper-spring-boot 或者通过原生的进行处理

P

plugin(Object) - 类 中的方法com.mybatis.spring.boot.autoconfigure.MybatisSqlCompletePrintInterceptor
 

S

setProperties(Properties) - 类 中的方法com.mybatis.spring.boot.autoconfigure.MybatisSqlCompletePrintInterceptor
 
SupportPageHelper() - 类 的构造器com.mybatis.spring.boot.autoconfigure.MybatisSqlPrintAutoConfiguration.SupportPageHelper
 
A C G I M P S 
跳过导航链接

Copyright © 2024. All rights reserved.