- registerInterposedSynchronization(Synchronization) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Register a Synchronization instance with special ordering
semantics.
- registerSynchronization(Synchronization) - Method in interface jakarta.transaction.Transaction
-
Register a synchronization object for the transaction currently
associated with the target object.
- resume(Transaction) - Method in interface jakarta.transaction.TransactionManager
-
Resume the transaction context association of the calling thread
with the transaction represented by the supplied Transaction object.
- rollback() - Method in interface jakarta.transaction.Transaction
-
Rollback the transaction represented by this Transaction object.
- rollback() - Method in interface jakarta.transaction.TransactionManager
-
Roll back the transaction associated with the current thread.
- rollback() - Method in interface jakarta.transaction.UserTransaction
-
Roll back the transaction associated with the current thread.
- RollbackException - Exception in jakarta.transaction
-
RollbackException exception is thrown when the transaction has been
marked for rollback only or the transaction has been rolled back
instead of committed.
- RollbackException() - Constructor for exception jakarta.transaction.RollbackException
-
- RollbackException(String) - Constructor for exception jakarta.transaction.RollbackException
-