类 ModelOperTimeInterceptor

java.lang.Object
cn.virens.common.mapper.mybatis.ModelOperTimeInterceptor
所有已实现的接口:
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 ModelOperTimeInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
Mybatis 拦截器,填充create_time/update_time
作者:
virens
  • 构造器详细资料

    • ModelOperTimeInterceptor

      public ModelOperTimeInterceptor()
  • 方法详细资料

    • intercept

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