类 MagicPageInterceptor

java.lang.Object
top.lingkang.mm.page.MagicPageInterceptor
所有已实现的接口:
org.apache.ibatis.plugin.Interceptor

@Intercepts(@Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="prepare",args={java.sql.Connection.class,java.lang.Integer.class})) public class MagicPageInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
查询分页拦截
作者:
lingkang Created by 2024/3/3
  • 构造器详细资料

    • MagicPageInterceptor

      public MagicPageInterceptor()
  • 方法详细资料

    • intercept

      public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
      指定者:
      intercept 在接口中 org.apache.ibatis.plugin.Interceptor
      抛出:
      Throwable