类 DataScopeInterceptor

  • 所有已实现的接口:
    org.apache.ibatis.plugin.Interceptor

    @Signature(type=org.apache.ibatis.executor.Executor.class,method="query",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class,org.apache.ibatis.session.RowBounds.class,org.apache.ibatis.session.ResultHandler.class}) @Signature(type=org.apache.ibatis.executor.Executor.class,method="query",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class,org.apache.ibatis.session.RowBounds.class,org.apache.ibatis.session.ResultHandler.class,org.apache.ibatis.cache.CacheKey.class,org.apache.ibatis.mapping.BoundSql.class})
    public class DataScopeInterceptor
    extends java.lang.Object
    implements org.apache.ibatis.plugin.Interceptor
    数 据 权 限 拦 截 器
    作者:
    youta
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Object intercept​(org.apache.ibatis.plugin.Invocation invocation)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 org.apache.ibatis.plugin.Interceptor

        plugin, setProperties
    • 构造器详细资料

      • DataScopeInterceptor

        public DataScopeInterceptor()
    • 方法详细资料

      • intercept

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