spring-framework / org.springframework.transaction.support / DefaultTransactionDefinition / <init>

<init>

DefaultTransactionDefinition()

Create a new DefaultTransactionDefinition, with default settings. Can be modified through bean property setters.

See Also
#setPropagationBehavior#setIsolationLevel#setTimeout#setReadOnly#setName

DefaultTransactionDefinition(other: TransactionDefinition)

Copy constructor. Definition can be modified through bean property setters.

See Also
#setPropagationBehavior#setIsolationLevel#setTimeout#setReadOnly#setName

DefaultTransactionDefinition(propagationBehavior: Int)

Create a new DefaultTransactionDefinition with the given propagation behavior. Can be modified through bean property setters.

Parameters

propagationBehavior - one of the propagation constants in the TransactionDefinition interface

See Also
#setIsolationLevel#setTimeout#setReadOnly