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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.transaction.interceptor.DefaultTransactionAttribute has subclasses.
Click this link to see all its subclasses.

Constructor

DefaultTransactionAttribute()
Create a new DefaultTransactionAttribute, with default settings.
DefaultTransactionAttribute(TransactionAttribute other)
Copy constructor.
DefaultTransactionAttribute(int propagationBehavior)
Create a new DefaultTransactionAttribute with the given propagation behavior.

Method

voidsetIsolationLevel(int isolationLevel)
Set the isolation level.
voidsetPropagationBehavior(int propagationBehavior)
Set the propagation behavior.
voidsetReadOnly(boolean readOnly)
Set whether to optimize as read-only transaction.
voidsetTimeout(int timeout)
Set the timeout to apply, as number of seconds.