实体库与词汇表 领域实体库与词汇表 • 领域实体数据库(Domain Entity Databases) 领域实体数据库(Domain Entity Databases) – 存储各个领域的实体的表单,比如餐馆名称,餐馆地点等 – 领域实体的存储和查询...
基于20个网页-相关网页
因为数据库表本身没有行为,开发人员常常把领域模型实体的行为放在服务或视图层中。
Because database tables by themselves do not have behavior, it's tempting to put the behavior of domain-model entities in services or the view layer.
因为数据库不支持与实体相关联的行为,领域模型最终只具有简单的变量以及相关的getter和setter方法。
Because databases do not support behavior associated with entities, the domain model ended up having simple variables with getter and setter methods for them.
用数据映射(Data Mapper)模式将领域实体映射到数据库schema。
A data Mapper pattern is used to map domain entities to the database schema.
应用推荐