Skip to content

Commit 9e5d9e5

Browse files
committed
docs: repository diagram
1 parent 09e5313 commit 9e5d9e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: repository/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ In plain words
2929

3030
> Repositories are classes or components that encapsulate the logic required to access data sources. They centralize common data access functionality, providing better maintainability and decoupling the infrastructure or technology used to access databases from the domain model layer.
3131
32+
Sequence diagram
33+
34+
![Repository sequence diagram](./etc/repository-sequence-diagram.png)
35+
3236
## Programmatic Example of Repository Pattern in Java
3337

3438
Let's first look at the person entity that we need to persist.

Diff for: repository/etc/repository-sequence-diagram.png

55.7 KB
Loading

0 commit comments

Comments
 (0)