* #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
layout, title, folder, permalink, categories, tags
layout | title | folder | permalink | categories | tags | |
---|---|---|---|---|---|---|
pattern | Data Mapper | data-mapper | /patterns/data-mapper/ | Architectural |
|
含义
一个用于在持久化对象和数据库之间传输数据的映射器,同时保持它们之间和映射器本身的独立性。
类图
适用场景
数据映射器适用于以下场景:
- 当你想把数据对象从数据库访问层解耦时时
- 当你想编写多个数据查询/持久化实现时