open fun setTransactionAttribute(transactionAttribute: TransactionAttribute): Unit
Allows a transaction attribute to be specified, using the String form, for example, "PROPAGATION_REQUIRED".
transactionAttribute - The String form of the transactionAttribute to use.
See Also
org.springframework.transaction.interceptor.TransactionAttributeEditor