Skip to content

Commit

Permalink
fix: Fix typo (#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadyahyayev authored Dec 1, 2024
1 parent b383d2e commit 0f27139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-of-work/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0f27139

Please sign in to comment.