类 MybatisEasyCacheInterceptor

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

    @Intercepts(@Signature(type=org.apache.ibatis.executor.Executor.class,method="update",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class}))
    public class MybatisEasyCacheInterceptor
    extends Object
    implements org.apache.ibatis.plugin.Interceptor
    从以下版本开始:
    2024/6/5
    作者:
    CreativeSelfSQ
    • 构造器详细资料

    • 方法详细资料

      • intercept

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