public class FaithPaginationInterceptor
extends com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
| 限定符和类型 | 字段和说明 |
|---|---|
private QueryInterceptor[] |
queryInterceptors
查询拦截器
|
| 构造器和说明 |
|---|
FaithPaginationInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
willDoQuery(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) |
addOrderByElements, autoCountSql, beforeQuery, buildAutoCountMappedStatement, buildCountMappedStatement, canEqual, concatOrderBy, continuePage, equals, findIDialect, getDbType, getDialect, getLogger, getMaxLimit, handlerLimit, handlerOverflow, hashCode, isOptimizeJoin, isOverflow, lowLevelCountSql, setDbType, setDialect, setMaxLimit, setOptimizeJoin, setOverflow, setProperties, toStringprivate QueryInterceptor[] queryInterceptors
public boolean willDoQuery(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)
willDoQuery 在接口中 com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptorwillDoQuery 在类中 com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptorCopyright © 2023. All rights reserved.