DelegatingTransactionManager.begin() method
to additionally fire the return
value of the DelegatingTransactionManager.getTransaction() method immediately after a
transaction is begun.abstract TransactionManager implementation that
delegates all method invocations to another TransactionManager.DelegatingTransactionManager.abstract TransactionSynchronizationRegistry
implementation that delegates all method invocations to another
TransactionSynchronizationRegistry.DelegatingTransactionSynchronizationRegistry.Map of resources being managed
for the transaction bound to the current thread at the time this
method is called.rollbackOnly status of the transaction bound to
the current thread at the time this method is called.Transaction object that represents the
transaction context of the calling thread.NarayanaExtension.DelegatingTransactionManager in application scope that uses the return value
that results from invoking the TransactionManager.transactionManager() method
as its backing implementation.NarayanaTransactionManager.DelegatingTransactionSynchronizationRegistry in
application scope that uses the
return value that results from invoking the JTAEnvironmentBean.getTransactionSynchronizationRegistry() method
as its backing implementation.NarayanaTransactionSynchronizationRegistry.Map of resources being
managed for the transaction bound to the current thread at the
time this method is called.Synchronization instance with special ordering semantics.Transaction object.rollbackOnly status of the transaction bound to
the current thread at the time this method is called.DelegatingTransactionManager.begin() method.Transaction that represents the
transaction context being suspended, or null if the
calling thread is not associated with a transaction.Copyright © 2018–2019, microBean. All rights reserved.