DataMapper 和 ORM 有什么区别?

发布于 2025-01-08 15:23:39 字数 121 浏览 2 评论 0原文

DataMapper 和 ORM 有什么区别?我认为 DataMapper 是 ORM 的一种形式,不是吗?如果您能用自己的话提供 DataMapper 和 ORM 的定义,我将不胜感激。

感谢大家的帮助和支持。

What is the difference between the DataMapper and ORM? I thought that the DataMapper is a form of ORM, is it not? If you would provide the defenition of a DataMapper and ORM in your own words I would greatly appreciate it.

Thank you all for you help and support.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多情出卖 2025-01-15 15:23:39

来自EAA的P:Data Mapper是一层映射器,在对象和数据库之间移动数据,同时保持它们彼此独立以及映射器本身独立。

ORM(对象关系映射)是数据映射器的一种可能实现。 ORM 是一种技术/解决方案,为可操作的应用程序提供基于对象的数据视图

From P of EAA: Data Mapper is a layer of Mappers that moves data between objects and a database while keeping them independent of each other and the mapper itself.

ORM (Object Relational Mapping) is an possible implementation of Data Mapper. ORM is a technique/solution that provides an object-based view of data to applications which it can manipulate

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文