Class CosIdPlugin

java.lang.Object
me.ahoo.cosid.mybatis.CosIdPlugin
All Implemented Interfaces:
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 CosIdPlugin extends Object implements org.apache.ibatis.plugin.Interceptor
CosId Plugin.
  • Field Details

  • Constructor Details

  • Method Details

    • intercept

      public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
      Specified by:
      intercept in interface org.apache.ibatis.plugin.Interceptor
      Throws:
      Throwable