类 DataScopeInterceptor

java.lang.Object
org.macrocloud.kernel.datascope.interceptor.DataScopeInterceptor
所有已实现的接口:
QueryInterceptor, org.springframework.core.Ordered

public class DataScopeInterceptor extends Object implements QueryInterceptor
mybatis 数据权限拦截器
作者:
macro, Chill
  • 字段概要

    从接口继承的字段 org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    intercept(org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement ms, Object parameter, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.session.ResultHandler resultHandler, org.apache.ibatis.mapping.BoundSql boundSql)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.macrocloud.kernel.mp.intercept.QueryInterceptor

    getOrder
  • 构造器详细资料

    • DataScopeInterceptor

      public DataScopeInterceptor()
  • 方法详细资料

    • intercept

      public void intercept(org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement ms, Object parameter, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.session.ResultHandler resultHandler, org.apache.ibatis.mapping.BoundSql boundSql)
      指定者:
      intercept 在接口中 QueryInterceptor