| 程序包 | 说明 |
|---|---|
| top.jpower.jpower.module.config.interceptor | |
| top.jpower.jpower.module.config.interceptor.chain |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
MybatisSqlPrintInterceptor.aroundQuery(ChainFilter chainFilter,
org.apache.ibatis.executor.statement.StatementHandler sh,
org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
Statement statement,
org.apache.ibatis.session.ResultHandler resultHandler) |
Object |
MybatisSqlPrintInterceptor.aroundUpdate(ChainFilter chainFilter,
org.apache.ibatis.executor.statement.StatementHandler sh,
org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
Statement statement) |
Object |
MybatisSqlPrintInterceptor.printSql(ChainFilter chainFilter,
org.apache.ibatis.session.Configuration configuration,
String mpId,
org.apache.ibatis.mapping.BoundSql boundSql,
boolean isUpdate) |
| 限定符和类型 | 方法和说明 |
|---|---|
default Object |
MybatisInterceptor.aroundQuery(ChainFilter chainFilter,
org.apache.ibatis.executor.statement.StatementHandler sh,
org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
Statement statement,
org.apache.ibatis.session.ResultHandler resultHandler)
环绕select拦截
|
default Object |
MybatisInterceptor.aroundUpdate(ChainFilter chainFilter,
org.apache.ibatis.executor.statement.StatementHandler sh,
org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
Statement statement)
环绕update拦截
|
Copyright © 2024. All rights reserved.