Class SessionInstrumentation.GetTransactionAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.hibernate.v6_0.SessionInstrumentation.GetTransactionAdvice
Enclosing class:
SessionInstrumentation

public static class SessionInstrumentation.GetTransactionAdvice extends Object
  • Constructor Details

    • GetTransactionAdvice

      public GetTransactionAdvice()
  • Method Details

    • getTransaction

      @OnMethodExit(suppress=java.lang.Throwable.class) public static void getTransaction(@This org.hibernate.SharedSessionContract session, @Return org.hibernate.Transaction transaction)