DO:领域对象

在计算机编程领域,术语“Domain Object”(常缩写为DO)被广泛使用,以方便书写和口头交流。该术语通常指代“领域对象”,用于描述在特定业务领域内具有明确含义和功能的实体或概念。这种表达方式简洁高效,有助于开发者在系统建模和架构设计中更清晰地组织业务逻辑和数据关系。

Domain Object具体释义

  • 英文缩写:DO
  • 英语全称:Domain Object
  • 中文意思:领域对象
  • 中文拼音:lǐng yù duì xiàng
  • 相关领域do 常用

Domain Object的英文发音

例句

  1. That is all the code needed to model the domain object.
  2. 这就是对域对象进行建模所需的所有代码。
  3. I implemented three manager classes : one for each domain object.
  4. 我实现了三个管理器类:分别用于各个域对象。
  5. This interface-to-factory class generates a DbCommand to delete a domain object from the database.
  6. 这个工厂接口类产生一个用来删除域对象的DbCommand。
  7. When a domain object leaves the data access tier, it gets detached from the entity manager.
  8. 当域对象离开数据访问层时,它与实体管理器脱离。
  9. For the LDM transformation you have to tag this domain object as an entity stereotype.
  10. 对于LDM转换,您必须将这个域对象标记为实体构造型。