public class MsPaginationInterceptor
extends com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
| Constructor and Description |
|---|
MsPaginationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
beforeQuery, concatOrderBy, equals, getDbType, getDialect, getLogger, getMaxLimit, hashCode, isOptimizeJoin, isOverflow, setDbType, setDialect, setMaxLimit, setOptimizeJoin, setOverflow, setProperties, toStringpublic 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 in interface com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptorwillDoQuery in class com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptorCopyright © 2023. All rights reserved.