See: Description
| Class | Description |
|---|---|
| DelegatingTransactionManager |
An
abstract TransactionManager implementation that
delegates all method invocations to another TransactionManager. |
| DelegatingTransactionSynchronizationRegistry |
An
abstract TransactionSynchronizationRegistry
implementation that delegates all method invocations to another
TransactionSynchronizationRegistry. |
| NarayanaExtension |
A CDI 2.0
portable extension that adapts the Narayana transaction engine to a CDI
2.0 SE environment.
|
| NarayanaTransactionManager |
A
DelegatingTransactionManager in application scope that uses the return value
that results from invoking the TransactionManager.transactionManager() method
as its backing implementation. |
| NarayanaTransactionSynchronizationRegistry |
A
DelegatingTransactionSynchronizationRegistry in
application scope that uses the
return value that results from invoking the JTAEnvironmentBean.getTransactionSynchronizationRegistry() method
as its backing implementation. |
Copyright © 2018–2019, microBean. All rights reserved.