@Intercepts(value=@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}))
public class PageInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
Executor.query(MappedStatement, Object, RowBounds, ResultHandler)| 构造器和说明 |
|---|
PageInterceptor() |
PageInterceptor(String dialect) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
PageInterceptor |
setDialect(String dialect) |
void |
setProperties(Properties properties) |
public PageInterceptor()
public PageInterceptor(String dialect)
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic void setProperties(Properties properties)
setProperties 在接口中 org.apache.ibatis.plugin.Interceptorpublic PageInterceptor setDialect(String dialect)
Copyright © 2017. All Rights Reserved.