类 VioletPaginationInterceptor
java.lang.Object
com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
org.violet.common.mybatis.plugin.VioletPaginationInterceptor
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor
public class VioletPaginationInterceptor
extends com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
拓展分页拦截器
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
COUNT_SELECT_ITEM, countMsCache, logger, maxLimit, optimizeJoin, overflow -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanwillDoQuery(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) 从类继承的方法 com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
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, toString从接口继承的方法 com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor
beforeGetBoundSql, beforePrepare, beforeUpdate, willDoUpdate
-
构造器详细资料
-
VioletPaginationInterceptor
public VioletPaginationInterceptor()
-
-
方法详细资料
-
willDoQuery
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.InnerInterceptor- 覆盖:
willDoQuery在类中com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
-