Create the XML metadata for the object-relational mapping.
为对象-关系映射创建XM l元数据。
Needed the object-relational mapping possible through CMP beans.
需要通过CMP组件来实现与对象有关的映射。
Either way, you have to write or generate code to do the object-relational mapping.
无论采取哪种方式,都必须编写或生成代码来进行对象关系映射。
That is possible by leveraging the object-relational mapping code in Rails's ActiveRecord class that is the base class for all models (including your patient class.
通过利用RailsActiveRecord类的对象-关系映射代码,这是可以实现的,该类是所有模型的基类(包括patient 类)。
Unfortunately, because of this, we could not reuse the code we were using from EJB2 CMP ORM, so we needed to manually code the object-relational mapping for the JDBC queries.
不幸的是,我们因此不能重用在 EJB2CMPORM 中使用的代码,所以我们需要手动地编写用于JDBC查询的对象关系映射。
The “bottom up" approach assumes you already have database table schema and need to develop an object layer and object relational mapping from the table schema.
“自下而上”方法假设已经有数据库表模式,而需要根据表模式开发一个对象层和对象关系映射。
Please note that this article will not go into the general topic of object-relational mapping.
请注意,本文将不深入讨论对象-关系映射这一一般性的主题。
The object relational mapping technology lets you map relational databases to objects.
对象—关系映射技术允许您将关系数据库映射为对象。
If the object model for your application doesn't translate easily into the relational model, you'll have quite a challenge mapping your objects to tuples and back again.
如果应用程序的对象模型不能够方便地转换到关系模型,那么在将对象映射到元组以及将元组映射回对象方面,会碰到一定难度。
Object relational mapping refers to the technique of mapping the data representation from an object model to a relational data model with a SQL-based schema.
用基于 SQL 的模式可以把数据呈现从对象模型映射到关系数据模型,对象关系映射引用了这项技术。
Consider an example where a DBA knows the problem is a poor-performing query, but that query was generated by a framework, using an object-relational mapping technology.
考虑这样一个示例:DBA知道问题根源是查询的性能较差,但此查询是由框架生成的,使用了对象关系映射技术。
Object-relational mapping is the best solution when you have a legacy schema, perhaps not defined with an object model in mind.
对象关系映射是使用遗留模式(可能定义时没有考虑对象模型)时的最佳解决方案。
The tedium of JDBC development led to the creation of the object relational mapping (ORM) framework, which provides a data access abstraction layer.
冗长乏味的JDBC开发导致对象关系映射(ORM)框架的诞生,该框架提供一个数据访问抽象层。
The main focus of JPA 2.0 is to provide function that is currently provided disparately across various object relational mapping vendors but was not provided in JPA 1.0.
JPA 2.0主要关注的是所支持的功能,这些功能是目前在各种对象关系映射供应商中提供的,而不是 JPA 1.0中提供的。
Gone are the days of writing your own object-relational mapping (ORM), logging, or testing framework.
手动编写对象关系映射(ORM)、日志或测试框架的时代已经一去不复返。
Mapping one worldview to the other is called object-relational mapping, and that mapping is rarely straightforward, since you need to reconcile two conflicting organizational strategies.
将一种世界观映射为另一种世界观称为对象?关系映射,而这种映射很少是直接了当的,因为需要协调两种冲突的组织性策略。
The JPA simplifies object relational mapping and data persistence.
jpa简化了对象关系性映射和数据持续性。
then why can't we use XML as our first class data and programming model, given all the problems we learned the hard way with object-relational or OX mapping?
那么,考虑到我们在使用对象关系或OX映射的过程中发现的种种问题,为什么我们不能使用XML作为首选数据与编程模型呢?
Simplicity is the biggest advantage of SQL Maps over other frameworks and object relational mapping tools.
简单性是SQLMaps 优于其他框架和对象关系映射工具的最大优点。
The service persists order information in a relational database using an object-relational mapping framework.
服务使用ORM框架将订单信息持久化到关系数据库里。
Because symfony USES Propel to provide Object Relational Mapping, you need to generate the model with the symfony command-line utility.
由于symfony将使用Propel来提供对象关系映射(Object Relational Mapping),因此需要用symfony命令行实用程序来生成模型。
Database information is mapped using a JCache implementation, cached in an ActiveSpace clustered cache and distributed to the application through an object relational mapping.
数据库信息使用JCache实现进行映射,缓存在ActiveSpace的集群缓存中,并通过对象关系映射提供给应用程序。
Use when you only want to use the Hibernate object relational mapping component.
当您仅仅想要使用Hibernate对象关系映射组件时使用。
Fortunately, we can mix Hibernate's object relational mapping with the connection and transaction management of WebSphere application Server to create very powerful application.
幸运的是,我们可以将Hibernate的对象关系映射与WebSphereApplicationServer的连接和事务管理结合起来,创建强大的应用程序。
Rails USES the ActiveRecord library to handle database access and object-relational mapping between database tables and Ruby object models.
Rails使用activerecord库处理数据库访问及数据库表与Ruby对象模型之间的对象关系映射。
In short it aims to model your entire database schema dynamically, querying its information schema and eliminating the need for object-relational mapping in your application code.
简单来说,它是用来为你的全部数据库schema动态建模的,并可查询它的信息schema、消除应用程序中的面向关系映射。
The Session object provides the programmer with a transient storage layer, much like those found in traditional object-relational mapping tools, and also serves as a link to a particular workspace.
Session对象为程序员提供了一个临时的存储层,它非常像传统的对象关系映射工具中可以看到的层,而且还可以将它看作到特定工作区的连接。
The object Contact is the ActiveRecord object-relational mapping that the model provides.
对象Contact是模型所提供的ActiveRecord对象-关系映射。
The MVC framework uses an object/relational (O/R) mapping framework - for instance Hibernate or Spring - to store and retrieve data in a relational database.
MVC框架使用O/R框架,例如Hibernate或者Spring,来从关系数据库里存储和获取数据。
Most object-relational mapping frameworks introduce redundancy into your software (no, not the good kind).
大多数面向关系的映射框架都会为你的软件(不,不是指优秀的软件)带来一些冗余。
应用推荐