A B C D E G H I J M N P R S T U V 
All Classes All Packages

R

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.
REQUIRED - jakarta.transaction.Transactional.TxType
If called outside a transaction context, the interceptor must begin a new Jakarta Transactions transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
REQUIRES_NEW - jakarta.transaction.Transactional.TxType
If called outside a transaction context, the interceptor must begin a new Jakarta Transactions transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
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
 
rollbackOn() - Method in annotation type jakarta.transaction.Transactional
The rollbackOn element can be set to indicate exceptions that must cause the interceptor to mark the transaction for rollback.
A B C D E G H I J M N P R S T U V 
All Classes All Packages