@Signature(type=org.apache.ibatis.executor.Executor.class,method="query",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class,org.apache.ibatis.session.RowBounds.class,org.apache.ibatis.session.ResultHandler.class}) @Signature(type=org.apache.ibatis.executor.Executor.class,method="query",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class,org.apache.ibatis.session.RowBounds.class,org.apache.ibatis.session.ResultHandler.class,org.apache.ibatis.cache.CacheKey.class,org.apache.ibatis.mapping.BoundSql.class})
public class MybatisPageInterceptorPlugin
extends Object
implements com.dynamic.sql.interceptor.SqlInterceptor, com.dynamic.sql.plugins.pagination.PagePluginType, org.apache.ibatis.plugin.Interceptor
| 构造器和说明 |
|---|
MybatisPageInterceptorPlugin() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterExecution(com.dynamic.sql.core.database.PreparedSql preparedSql,
Object applyResult,
Exception exception) |
com.dynamic.sql.interceptor.ExecutionControl |
beforeExecution(com.dynamic.sql.core.dml.SqlStatementWrapper sqlStatementWrapper,
Connection connection) |
static void |
copyAdditionalParameters(org.apache.ibatis.mapping.BoundSql source,
org.apache.ibatis.mapping.BoundSql target) |
String |
getPluginName() |
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
static void |
setBoundSqlString(org.apache.ibatis.mapping.BoundSql boundSql,
String newSql) |
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic static void copyAdditionalParameters(org.apache.ibatis.mapping.BoundSql source,
org.apache.ibatis.mapping.BoundSql target)
public static void setBoundSqlString(org.apache.ibatis.mapping.BoundSql boundSql,
String newSql)
public com.dynamic.sql.interceptor.ExecutionControl beforeExecution(com.dynamic.sql.core.dml.SqlStatementWrapper sqlStatementWrapper,
Connection connection)
beforeExecution 在接口中 com.dynamic.sql.interceptor.SqlInterceptorpublic void afterExecution(com.dynamic.sql.core.database.PreparedSql preparedSql,
Object applyResult,
Exception exception)
afterExecution 在接口中 com.dynamic.sql.interceptor.SqlInterceptorpublic String getPluginName()
getPluginName 在接口中 com.dynamic.sql.plugins.pagination.PagePluginTypeCopyright © 2025–2026 Dynamic-SQL. All rights reserved.