Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在实现 DataMapper 模式时,我在 DataMapper 包中实现的类模型应该更接近域模型还是数据模型?
数据映射器的全部意义在于使映射透明。所以你的类应该是根据对象模型来构建的。从存储(无论是数据库还是其他)来回映射它的血腥细节都驻留在映射器中。