Java org.springframework.transaction.interceptor TransactionAttribute fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.interceptor TransactionAttribute fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

org.springframework.transaction.interceptor.TransactionAttribute has the following implementations.
Click this link to see all its implementation.

Method

intgetIsolationLevel()
Return the isolation level.
StringgetName()
Return the name of this transaction.
intgetPropagationBehavior()
Return the propagation behavior.
StringgetQualifier()
Return a qualifier value associated with this transaction attribute.
intgetTimeout()
Return the transaction timeout.
booleanisReadOnly()
Return whether to optimize as a read-only transaction.
booleanrollbackOn(Throwable ex)
Should we roll back on the given exception?