类 TenantFillInterceptor

  • 所有已实现的接口:
    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}) @Signature(type=org.apache.ibatis.executor.Executor.class,method="update",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class})
    public class TenantFillInterceptor
    extends java.lang.Object
    implements org.apache.ibatis.plugin.Interceptor
    TenantFillInterceptor
    从以下版本开始:
    2022/4/9
    作者:
    jiangcs
    • 方法概要

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • TenantFillInterceptor

        public TenantFillInterceptor()
    • 方法详细资料

      • 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
      • plugin

        public java.lang.Object plugin​(java.lang.Object target)
        指定者:
        plugin 在接口中 org.apache.ibatis.plugin.Interceptor
      • setProperties

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