@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 OffsetLimitInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
OffsetLimitInterceptor.BoundSqlSqlSource |
| Constructor and Description |
|---|
OffsetLimitInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
void |
setDialectClass(String dialectClass) |
void |
setProperties(Properties properties) |
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept in interface org.apache.ibatis.plugin.InterceptorThrowablepublic Object plugin(Object target)
plugin in interface org.apache.ibatis.plugin.Interceptorpublic void setProperties(Properties properties)
setProperties in interface org.apache.ibatis.plugin.Interceptorpublic void setDialectClass(String dialectClass)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.