We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53dcf1 commit 06e0a15Copy full SHA for 06e0a15
data-mapper/index.md
@@ -17,8 +17,8 @@ A layer of mappers that moves data between objects and a database while keeping
17
## Applicability
18
Use the Data Mapper in any of the following situations
19
20
-* when you want to consolidate how the data layer is accessed
21
-* when you want to avoid writing multiple data retrieval/persistence layers
+* when you want to decouple data objects from DB access layer
+* when you want to write multiple data retrieval/persistence implementations
22
23
## Credits
24
0 commit comments