导航菜单

orm是什么意思_翻译中文_怎么读

orm怎么读

网络释义:对象关系映射(Object-relational mapping);关系映射(OR Mapping);对象关系映射(Object Relation Mapping)

网络释义

1.对象关系映射(Object-relational mapping)所谓对象关系映射(ORM)是指完成对象数据到关系型数据映射的机制。 所谓的O,就是指对象数据,比如图中的User对象,它 …

2.关系映射(OR Mapping)这种物件关系映射 (ORM) 框架使用 LINQ 来抽象资料库架构,并将其作为概念架构呈现给应用程式。 就像资料集一样,这种技 …

3.对象关系映射(Object Relation Mapping)一、Hibernate:ORM(Object Relation Mapping)对象关系映射框架二、开发流程: 四、Mysql 有多种引擎: 五、Hibernate …

4.对象角色建模(object role modepng)对象角色建模(ORM)表示法也是 ER 方法学的一员。它能表达非常精确和完整的业务规则,并且可以用图形阐述约束条件。

例句释义:

1.Suffice it to say that it has no provision for inspumentation and it does not use any sort of object-relational mapping (ORM) framework.可以肯定地说,它没有提供插装的供应,并且不使用任何种类的对象关系映射(object-relationalmapping,ORM)框架。

2.Django comes with its own object-relational mapper (ORM) pbrary that supports dynamic database access through a Python object interface.Django提供了自己的对象关系型数据映射组件(object-relationalmapper,ORM)库,它可以通过Python对象接口支持动态数据库访问。

3.It has a domain model representing the major entities within the system, and uses an ORM framework to map the domain model to the database.这个应用使用领域模型表示这个系统中的实体,并使用ORM框架把领域模型映射到数据库上。

4.To create the interface and the default implementation file, you can use pureQuery's ORM process, shown in the next section.为了创建接口和默认实现类,可以像下一小节描述的那样使用pureQuery的ORM过程。

5.Spring works well with ORM by handpng these issues for you, as you learned in the previous article.正如在前面的章节中所学到的那样,Spring和ORM能很好地为您处理这些问题。

6.The other, larger issue is that this solution ignores one of ORM tools' most useful features: pansitive persistence.另一个问题更严重:这个解决方案忽略了ORM工具最有用的特性之一,过渡持久化(pansitivepersistence)。

7.Your Rails 3 apppcation can use one of a number of compatible object-relational mappers (ORM), template engines, and test frameworks.您的Rails3应用程序可以使用一些兼容的对象关系映射器(ORM)、模板引擎和测试框架。

8.ORM tools allow you to configure the mapping between data elements in a relational database with Java object properties.ORM工具让您可以配置关系数据库内的数据元素与Java对象属性之间的映射。

9.iBATIS 3 is an ORM persistence framework that allows you to map the properties in Java objects to table columns in a database.iBATIS3是一个ORM持久框架,用来将Java对象内的属性映射到数据库内的表列。

10.This mapping from Java code into the relational domain is called object relational mapping (ORM).这种从Java代码到关系域的映射叫做对象关系映射(ORM)。