spring-framework / org.springframework.transaction.interceptor / TransactionAttributeEditor / setAsText

setAsText

open fun setAsText(text: String): Unit

Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2. Null or the empty string means that the method is non transactional.

See Also
java.beans.PropertyEditor#setAsText(java.lang.String)