cn.gtmap.estateplat.core.support.mybatis.page
类 PaginationInterceptor

java.lang.Object
  继承者 cn.gtmap.estateplat.core.support.mybatis.page.PaginationInterceptor
所有已实现的接口:
org.apache.ibatis.plugin.Interceptor

public class PaginationInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor

Date Created 2014-2-17

版本:
1.0
作者:
loafer[zjh527@gmail.com]

嵌套类摘要
 class PaginationInterceptor.RawSqlSource
           
 
构造方法摘要
PaginationInterceptor()
           
 
方法摘要
static void clean()
           
static int getPaginationTotal()
          Get Pagination total
 Object intercept(org.apache.ibatis.plugin.Invocation invocation)
           
 Object plugin(Object target)
           
 void setProperties(Properties properties)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PaginationInterceptor

public PaginationInterceptor()
方法详细信息

getPaginationTotal

public static int getPaginationTotal()
Get Pagination total

返回:

clean

public static void clean()

intercept

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

plugin

public Object plugin(Object target)
指定者:
接口 org.apache.ibatis.plugin.Interceptor 中的 plugin

setProperties

public void setProperties(Properties properties)
指定者:
接口 org.apache.ibatis.plugin.Interceptor 中的 setProperties


Copyright © 2015–2016 cn.gtmap. All rights reserved.