fix: Fix typo (#3100)

This commit is contained in:
Mammad Yahyayev
2024-12-01 20:21:42 +04:00
committed by GitHub
parent b383d2ec1a
commit 0f27139fda
+1 -1
View File
@@ -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.