You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: unit-of-work/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Here is the console output.
180
180
181
181
## When to Use the Unit Of Work Pattern in Java
182
182
183
-
*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.
183
+
*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.
184
184
* Ideal in scenarios where changes to the business objects must be tracked and saved in a coordinated manner.
185
185
* Useful when working with object-relational mapping (ORM) frameworks in Java such as Hibernate.
0 commit comments