spring-framework / org.springframework.transaction.interceptor / MatchAlwaysTransactionAttributeSource / setTransactionAttribute

setTransactionAttribute

open fun setTransactionAttribute(transactionAttribute: TransactionAttribute): Unit

Allows a transaction attribute to be specified, using the String form, for example, "PROPAGATION_REQUIRED".

Parameters

transactionAttribute - The String form of the transactionAttribute to use.

See Also
org.springframework.transaction.interceptor.TransactionAttributeEditor