Single TransactionTemplate to perform variations of transaction configurations [SPR-17491] #22023
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: waiting-for-triage
An issue we've not yet triaged or decided on
Tadaya Tsuyukubo opened SPR-17491 and commented
With TransactionTemplate, for example, setReadOnly(true) is called, all executions with this template becomes readOnly transactions. If I want to perform another transaction with non-readonly, I need to create another template and so for all variation of transactions.
Instead, It would be nice to perform various transaction configurations with single TransactionTemplate.
For example:
No further details from SPR-17491
The text was updated successfully, but these errors were encountered: