| Interface | Description |
|---|---|
| RunnableWithException |
Functional interface for 'run' method
that throws a checked exception.
|
| 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. |
| SneakyThrow |
An utility class which makes possible to throw any exception as a
RuntimeException. |
| TransactionContext | |
| TransactionExtension | |
| TransactionHandler | |
| TransactionScopeCleanup<T> |
Copyright © 2021 JBoss by Red Hat. All rights reserved.