ORM:对象关系映射

对象关系映射(Object Relation Mapping,常缩写为ORM)是一种广泛应用于软件工程中的数据操作技术,其作用在于将面向对象编程语言中的对象与关系型数据库的表结构进行映射,从而简化数据库操作流程。通过ORM,开发者能够更便捷地进行数据持久化处理,有效提升开发效率并降低编码复杂度。该技术尤其适用于各类综合性开发场景,目前已在多个领域得到普及和应用。

Object Relation Mapping具体释义

  • 英文缩写:ORM
  • 英语全称:Object Relation Mapping
  • 中文意思:对象关系映射
  • 中文拼音:duì xiàng guān xi yìng shè
  • 相关领域orm 未分类的

Object Relation Mapping的英文发音

例句

  1. Does the organization leverage any object relation mapping tools like toplink, hibernate or iBatis?
  2. 组织利用toplink、hibernate或iBatis等对象关系映射(ORM)工具吗?
  3. Model layer interface are realized through Object Relation Mapping(ORM) and Design Patterns.
  4. 模型层接口通过对象关系映射(ORM)和设计模式设计实现,系统的业务功能模块都通过该接口进行层间交互。
  5. Research and Implementation of Object Relation Mapping(ORM) in J2EE
  6. J2EE中对象关系映射(ORM)的研究与实现
  7. Meanwhile, this dissertation implements the communication mechanism with some technologies including component technology, design pattern, object relation mapping and xml.
  8. 同时本文采用构件技术、设计模式、对象关系映射(ORM)和可扩展标识语言等技术,对通讯机制加以了具体实现,并使用此框架设计、实现了库存管理系统。
  9. Does not match the two technologies, the object data to a relational database persistence, the need for Object Relational Mapping ( Object Relation Mapping(ORM), referred to as the ORM ).
  10. 两种技术的不匹配,导致将对象数据持久化到关系数据库中,需要进行对象关系映射(ORM)(objectrelationmapping,简称ORM)。