mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 04:26:05 +00:00
#352- Unit Of Work : Updated applicability of pattern in README.
This commit is contained in:
@@ -13,7 +13,7 @@ tags:
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Intent
|
## Intent
|
||||||
When a business transaction is completed all the these updates are sent as one
|
When a business transaction is completed, all the these updates are sent as one
|
||||||
big unit of work to be persisted in a database in one go so as to minimize database trips.
|
big unit of work to be persisted in a database in one go so as to minimize database trips.
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user