cn.gtmap.estateplat.core.support.mybatis.mapper
类 MapperInterceptor

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

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

通用Mapper拦截器

作者:
liuzh

构造方法摘要
MapperInterceptor()
           
 
方法摘要
 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
 

构造方法详细信息

MapperInterceptor

public MapperInterceptor()
方法详细信息

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–2021 cn.gtmap. All rights reserved.