public class PageInnerInterceptor extends Object implements InnerInterceptor
| 构造器和说明 |
|---|
PageInnerInterceptor() |
PageInnerInterceptor(Dialect dialect) |
PageInnerInterceptor(Properties props) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
accept(org.apache.ibatis.mapping.SqlCommandType cmdType) |
void |
beforeQuery(InnerInterceptorContext ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeGetBoundSql, beforePrepare, beforeUpdatepublic PageInnerInterceptor()
public PageInnerInterceptor(Dialect dialect)
public PageInnerInterceptor(Properties props)
public boolean accept(org.apache.ibatis.mapping.SqlCommandType cmdType)
public void beforeQuery(InnerInterceptorContext ctx) throws InvocationTargetException, IllegalAccessException
Copyright © 2024. All rights reserved.