类 TxHook

java.lang.Object
cn.hserver.plugin.mybatis.hook.TxHook
所有已实现的接口:
cn.hserver.core.interfaces.HookAdapter

@Hook(Tx.class) public class TxHook extends Object implements cn.hserver.core.interfaces.HookAdapter
作者:
hxm
  • 字段详细资料

    • ISTX

      public static final io.netty.util.concurrent.FastThreadLocal<Boolean> ISTX
  • 构造器详细资料

    • TxHook

      public TxHook()
  • 方法详细资料

    • before

      public void before(Class aClass, Method method, Object[] objects)
      指定者:
      before 在接口中 cn.hserver.core.interfaces.HookAdapter
    • after

      public Object after(Class aClass, Method method, Object o)
      指定者:
      after 在接口中 cn.hserver.core.interfaces.HookAdapter
    • throwable

      public void throwable(Class aClass, Method method, Throwable throwable)
      指定者:
      throwable 在接口中 cn.hserver.core.interfaces.HookAdapter