Class ReactiveTransactionalInterceptorBase
- java.lang.Object
-
- io.quarkus.hibernate.reactive.panache.common.runtime.ReactiveTransactionalInterceptorBase
-
- Direct Known Subclasses:
ReactiveTransactionalInterceptor
,TestReactiveTransactionalInterceptor
public abstract class ReactiveTransactionalInterceptorBase extends Object
-
-
Constructor Summary
Constructors Constructor Description ReactiveTransactionalInterceptorBase()
-
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 ic)
protected void
inTransactionCallback(org.hibernate.reactive.mutiny.Mutiny.Transaction tx)
protected boolean
isSpecialTestMethod(jakarta.interceptor.InvocationContext ic)
-
-
-
Method Detail
-
intercept
public Object intercept(jakarta.interceptor.InvocationContext ic) throws Exception
- Throws:
Exception
-
isSpecialTestMethod
protected boolean isSpecialTestMethod(jakarta.interceptor.InvocationContext ic)
-
handleSpecialTestMethod
protected Object handleSpecialTestMethod(jakarta.interceptor.InvocationContext ic)
-
inTransactionCallback
protected void inTransactionCallback(org.hibernate.reactive.mutiny.Mutiny.Transaction tx)
-
-