Juan Manuel Abate 784cdee819
localizations: #1771 Spanish translation and languages codes (#1777)
* #1771 Move translations to a new directory to have more organization

* #1771 spanish translation

* #1771 change the language codes to follow ISO 639-1 and change the links

* #1771 remove country flags
2021-06-04 21:36:42 +03:00
..

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Data Mapper data-mapper /patterns/data-mapper/ Architectural
Decoupling

含义

一个用于在持久化对象和数据库之间传输数据的映射器,同时保持它们之间和映射器本身的独立性。

类图

alt text

适用场景

数据映射器适用于以下场景:

  • 当你想把数据对象从数据库访问层解耦时时
  • 当你想编写多个数据查询/持久化实现时

引用