@Deprecated @Intercepts(value=@Signature(method="prepare",type=org.apache.ibatis.executor.statement.StatementHandler.class,args={java.sql.Connection.class,java.lang.Integer.class})) public class PaginationInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
mysql 分页插件
| 构造器和说明 |
|---|
PaginationInterceptor()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation)
已过时。
|
boolean |
needPagination(Class clazz,
String methodName)
已过时。
|
Object |
plugin(Object target)
已过时。
|
void |
setParameters(org.apache.ibatis.mapping.MappedStatement mappedStatement,
PreparedStatement ps,
org.apache.ibatis.mapping.BoundSql boundSql)
已过时。
|
void |
setProperties(Properties properties)
已过时。
|
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic void setParameters(org.apache.ibatis.mapping.MappedStatement mappedStatement,
PreparedStatement ps,
org.apache.ibatis.mapping.BoundSql boundSql)
throws SQLException,
IllegalAccessException
public Object plugin(Object target)
plugin 在接口中 org.apache.ibatis.plugin.Interceptorpublic void setProperties(Properties properties)
setProperties 在接口中 org.apache.ibatis.plugin.InterceptorCopyright © 2018. All rights reserved.