spring-framework / org.springframework.transaction.interceptor / NameMatchTransactionAttributeSource / setNameMap

setNameMap

open fun setNameMap(nameMap: MutableMap<String, TransactionAttribute>): Unit

Set a name/attribute map, consisting of method names (e.g. "myMethod") and TransactionAttribute instances (or Strings to be converted to TransactionAttribute instances).

See Also
TransactionAttributeTransactionAttributeEditor