Serialized Form
-
Package io.quarkus.narayana.jta.runtime
-
Class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager extends Object implements Serializable
- serialVersionUID:
- 1598L
-
Serialized Fields
-
transactionScopeBeforeDestroyed
javax.enterprise.event.Event<Object> transactionScopeBeforeDestroyed
AnEventthat can fireObjects before the transaction scope is destroyed. -
transactionScopeDestroyed
javax.enterprise.event.Event<Object> transactionScopeDestroyed
AnEventthat can fireObjects when the transaction scope is destroyed. -
transactionScopeInitialized
javax.enterprise.event.Event<javax.transaction.Transaction> transactionScopeInitialized
AnEventthat can fireTransactions when the transaction scope is initialized.
-
-
-
Package io.quarkus.narayana.jta.runtime.interceptor
-
Class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
transactionManager
javax.transaction.TransactionManager transactionManager
-
userTransactionAvailable
boolean userTransactionAvailable
-
-
Class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorMandatory extends TransactionalInterceptorBase implements Serializable
-
Class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNever extends TransactionalInterceptorBase implements Serializable
-
Class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNotSupported extends TransactionalInterceptorBase implements Serializable
-
Class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired extends TransactionalInterceptorBase implements Serializable
-
Class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequiresNew extends TransactionalInterceptorBase implements Serializable
-
Class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorSupports extends TransactionalInterceptorBase implements Serializable
-