VO:价值客体

在计算机科学领域,特别是在数据库相关的开发工作中,“Value Object”这一术语常被简写为“VO”,以方便在编程和文档中快速书写与使用。其标准中文翻译为“价值客体”,是指一种不包含唯一标识、通常用于承载数据信息的轻量级对象。这种设计模式有助于提升代码的可读性和模块化程度。

Value Object具体释义

  • 英文缩写:VO
  • 英语全称:Value Object
  • 中文意思:价值客体
  • 中文拼音:jià zhí kè tǐ
  • 相关领域vo 数据库

Value Object的英文发音

例句

  1. The navigator takes a request template and a value object as input and returns and response template.
  2. 导航器将获取作为输入的请求模板和值对象,并返回响应模板。
  3. The service implementation queries the provider using the key and gets the corresponding value object associated with that key.
  4. 服务实现查询使用密钥查询提供程序,并获得与该密钥关联的对应值对象。
  5. It is a classic Value Object(VO), thus it implements equals () and hashCode () based upon its internal state.
  6. 它是一个典型的ValueObject,因此它基于其内部状态实现了equals()和hashCode()。
  7. The key uniquely identifies the required value object.
  8. 密钥唯一地标识所需的值对象。
  9. If the application uses a DAO ( data access object ) with dynamic SQLs and stored procedures, the value object that is passed to DAO can be declared as a cloud resource using annotations.
  10. 如果应用程序使用DAO(数据访问对象)来产生动态SQL和存储过程,那么传递给DAO的值对象就可以使用注释声明为一种云资源。