java.lang.Object
io.opentelemetry.javaagent.instrumentation.hibernate.v6_0.SessionInstrumentation.GetQueryAdvice
-
Constructor Summary
Constructors
-
Method Summary
static void
getQuery(org.hibernate.SharedSessionContract session,
Object queryObject)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetQueryAdvice
public GetQueryAdvice()
-
Method Details
-
getQuery
@OnMethodExit(suppress=java.lang.Throwable.class)
public static void getQuery(@This
org.hibernate.SharedSessionContract session,
@Return
Object queryObject)