public class PaginationHandler extends Object implements PluginInterceptorHandler
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<String,Boolean> |
pageMappedStatements |
| 构造器和说明 |
|---|
PaginationHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
org.apache.ibatis.mapping.MappedStatement |
getCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms)
新建count查询的MappedStatement
|
int |
interceptorOrder() |
void |
onFinished(OnceContextVal invocation,
Object result) |
Object |
onInterceptor(OnceContextVal invocation) |
void |
start(MendmixMybatisInterceptor context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompatibleSqlRewritepublic void start(MendmixMybatisInterceptor context)
start 在接口中 PluginInterceptorHandlerpublic Object onInterceptor(OnceContextVal invocation) throws Throwable
onInterceptor 在接口中 PluginInterceptorHandlerThrowablepublic org.apache.ibatis.mapping.MappedStatement getCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms)
ms - public void onFinished(OnceContextVal invocation, Object result)
onFinished 在接口中 PluginInterceptorHandlerpublic void close()
close 在接口中 PluginInterceptorHandlerpublic int interceptorOrder()
interceptorOrder 在接口中 PluginInterceptorHandlerCopyright © 2025. All rights reserved.