Java org.springframework.transaction.support SimpleTransactionStatus fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.support SimpleTransactionStatus fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

SimpleTransactionStatus()
Create a new SimpleTransactionStatus instance, indicating a new transaction.

Method

booleanisRollbackOnly()
Determine the rollback-only flag via checking both the local rollback-only flag of this TransactionStatus and the global rollback-only flag of the underlying transaction, if any.