VO:价值客体
在计算机科学领域,特别是在数据库相关的开发工作中,“Value Object”这一术语常被简写为“VO”,以方便在编程和文档中快速书写与使用。其标准中文翻译为“价值客体”,是指一种不包含唯一标识、通常用于承载数据信息的轻量级对象。这种设计模式有助于提升代码的可读性和模块化程度。
Value Object的英文发音
例句
- The navigator takes a request template and a value object as input and returns and response template.
- 导航器将获取作为输入的请求模板和值对象,并返回响应模板。
- The service implementation queries the provider using the key and gets the corresponding value object associated with that key.
- 服务实现查询使用密钥查询提供程序,并获得与该密钥关联的对应值对象。
- It is a classic Value Object(VO), thus it implements equals () and hashCode () based upon its internal state.
- 它是一个典型的ValueObject,因此它基于其内部状态实现了equals()和hashCode()。
- The key uniquely identifies the required value object.
- 密钥唯一地标识所需的值对象。
- 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.
- 如果应用程序使用DAO(数据访问对象)来产生动态SQL和存储过程,那么传递给DAO的值对象就可以使用注释声明为一种云资源。
本站英语缩略词为个人收集整理,可供非商业用途的复制、使用及分享,但严禁任何形式的采集或批量盗用
若VO词条信息存在错误、不当之处或涉及侵权,请及时联系我们处理:675289112@qq.com。