mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 16:58:56 +00:00
fix: Fix typo (#3100)
This commit is contained in:
@@ -180,7 +180,7 @@ Here is the console output.
|
||||
|
||||
## When to Use the Unit Of Work Pattern in Java
|
||||
|
||||
* he Unit of Work pattern is ideal for managing multiple database operations in Java that must be executed as a single transaction, ensuring data consistency and integrity.
|
||||
* The Unit of Work pattern is ideal for managing multiple database operations in Java that must be executed as a single transaction, ensuring data consistency and integrity.
|
||||
* Ideal in scenarios where changes to the business objects must be tracked and saved in a coordinated manner.
|
||||
* Useful when working with object-relational mapping (ORM) frameworks in Java such as Hibernate.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user