From 06e0a15400947ce703afea7e3c985c9efa8d73a0 Mon Sep 17 00:00:00 2001 From: Amit Dixit Date: Wed, 6 Apr 2016 13:18:42 +0530 Subject: [PATCH] Applicability++ --- data-mapper/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-mapper/index.md b/data-mapper/index.md index 377487c8c..28b3939ee 100644 --- a/data-mapper/index.md +++ b/data-mapper/index.md @@ -17,8 +17,8 @@ A layer of mappers that moves data between objects and a database while keeping ## Applicability Use the Data Mapper in any of the following situations -* when you want to consolidate how the data layer is accessed -* 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 ## Credits