Class TestReactiveTransactionalInterceptor
- java.lang.Object
-
- io.quarkus.hibernate.reactive.panache.common.runtime.TestReactiveTransactionalInterceptor
-
public class TestReactiveTransactionalInterceptor extends Object
-
-
Constructor Summary
Constructors Constructor Description TestReactiveTransactionalInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
handleSpecialTestMethod(jakarta.interceptor.InvocationContext ic)
Object
intercept(jakarta.interceptor.InvocationContext context)
protected boolean
isSpecialTestMethod(jakarta.interceptor.InvocationContext ic)
-
-
-
Method Detail
-
intercept
public Object intercept(jakarta.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
isSpecialTestMethod
protected boolean isSpecialTestMethod(jakarta.interceptor.InvocationContext ic)
-
handleSpecialTestMethod
protected Object handleSpecialTestMethod(jakarta.interceptor.InvocationContext ic)
-
-