public interface QueryInterceptor
extends org.springframework.core.Ordered
| Modifier and Type | Method and Description |
|---|---|
default int |
getOrder()
排序
|
void |
intercept(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)
拦截处理
|
void intercept(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)
executor - ms - parameter - rowBounds - resultHandler - boundSql - default int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2023. All rights reserved.