Java org.springframework.transaction.reactive GenericReactiveTransaction fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.reactive GenericReactiveTransaction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.reactive GenericReactiveTransaction.

The text is from its open source code.

Constructor

Method

ObjectgetSuspendedResources()
Return the holder for resources that have been suspended for this transaction, if any.
ObjectgetTransaction()
Return the underlying transaction object.
booleanhasTransaction()
Return whether there is an actual transaction active.
booleanisDebug()
Return whether the progress of this transaction is debugged.
booleanisNewSynchronization()
Return if a new transaction synchronization has been opened for this transaction.
booleanisNewTransaction()
booleanisReadOnly()
Return if this transaction is defined as read-only transaction.
booleanisRollbackOnly()
Determine the rollback-only flag via checking this ReactiveTransactionStatus.
voidsetCompleted()
Mark this transaction as completed, that is, committed or rolled back.