linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

How does the transaction propagation setting impact the behavior of transactions?

It ensures that transactions that are commited to the database are propagated to all the shards of a clustered database system.
None of these answers is correct.
It guarantees that transactions that are submitted to the database cluster are propagated to all the nodes of a clustered database cloud.
It enforces that a logical transaction scope is created for each method that determines rollback-only status, with an outer transaction scope being logically independent from the inner transaction scope.

Answer:
It enforces that a logical transaction scope is created for each method that determines rollback-only status, with an outer transaction scope being logically independent from the inner transaction scope.

Note: This Question is unanswered, help us to find answer for this one