对象-关系映射(ORM)案例场景。
为对象-关系映射创建XM l元数据。
这是个简单、效的对象-关系映射工具。
Cartographer is a simple, efficient object relational mapper engine.
请注意,本文将不深入讨论对象-关系映射这一一般性的主题。
Please note that this article will not go into the general topic of object-relational mapping.
对象Contact是模型所提供的ActiveRecord对象-关系映射。
The object Contact is the ActiveRecord object-relational mapping that the model provides.
这是个为ado.net的高级包装器提供的命名空间,该包装器具有很高的对象-关系映射性能。
The Rsdn. Framework. Data is a namespace that represents a higher-level wrapper for ADO. NET with high performance object-relational mapping.
这是个简单、效的对象-关系映射工具。它使用轻量级数据和工厂对象实现对关系数据的快速访问。
Cartographer is a simple, efficient object relational mapper engine. It provides rapid access to relational data using lightweight data and factory Java objects.
对象-关系映射就是把对象映射到关系数据库中的记录,它是完全从面向对象的角度来设计和开发程序的。
Object-relation mapping(ORM) handles persisting objects to and from the records of underlying relation database, it is an object-oriented method to develop application.
本系列包含两篇文章,第1部分讨论了Hibernate和其他对象-关系映射(ORM)工具的几个基本最佳实践。
Part 1 of this two-article series covers several basic best practices for Hibernate and object-relational mapping (ORM) tools in general.
通过利用RailsActiveRecord类的对象-关系映射代码,这是可以实现的,该类是所有模型的基类(包括patient 类)。
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.
那里有一个对象关系映射程序,它是一块隐藏的宝石。
There is an object relational mapper out there that is a hidden gem.
冗长乏味的JDBC开发导致对象关系映射(ORM)框架的诞生,该框架提供一个数据访问抽象层。
The tedium of JDBC development led to the creation of the object relational mapping (ORM) framework, which provides a data access abstraction layer.
JPA 2.0主要关注的是所支持的功能,这些功能是目前在各种对象关系映射供应商中提供的,而不是 JPA 1.0中提供的。
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是一个用于对象关系映射以及数据支持的简化程序模型。
JPA is a simplified programming model used for object relational mapping and data persistence.
无论采取哪种方式,都必须编写或生成代码来进行对象关系映射。
Either way, you have to write or generate code to do the object-relational mapping.
对象关系映射(ORM)解决方案在当今企业应用中广为使用。
Object Relational Mapping (ORM) solutions are widely used in today's enterprise applications.
考虑这样一个示例:DBA知道问题根源是查询的性能较差,但此查询是由框架生成的,使用了对象关系映射技术。
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.
从过去的支持问题中,您注意到许多急切的客户电话都与错误的JVM版本和错误的对象关系映射(ORM)所导致的问题有关。
Learning from past support issues, you've noticed that you receive many frantic customer calls related to a problem stemming from incorrect JVM versions and incorrect object-relational mapping (ORM).
为了应对可能的这种情况,如果在此事务策略中使用对象关系映射(ORM)框架,则应确保使用了版本验证功能。
To deal with this possibility, make sure you use versioning if you are using an object-relational mapping (ORM) framework with this transaction strategy.
手动编写对象关系映射(ORM)、日志或测试框架的时代已经一去不复返。
Gone are the days of writing your own object-relational mapping (ORM), logging, or testing framework.
对象关系映射是使用遗留模式(可能定义时没有考虑对象模型)时的最佳解决方案。
Object-relational mapping is the best solution when you have a legacy schema, perhaps not defined with an object model in mind.
不幸的是,我们因此不能重用在 EJB2CMPORM 中使用的代码,所以我们需要手动地编写用于JDBC查询的对象关系映射。
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.
当涉及到对象关系映射时,Hibernate是非常好的工具,但是在连接管理以及事务管理方面,它却缺乏必要的性能和能力。
Hibernate is very good tool when it comes to object relational mapping, but in terms of connection management and transaction management, it is lacking in performance and capabilities.
简单性是SQLMaps 优于其他框架和对象关系映射工具的最大优点。
Simplicity is the biggest advantage of SQL Maps over other frameworks and object relational mapping tools.
当您仅仅想要使用Hibernate对象关系映射组件时使用。
Use when you only want to use the Hibernate object relational mapping component.
幸运的是,我们可以将Hibernate的对象关系映射与WebSphereApplicationServer的连接和事务管理结合起来,创建强大的应用程序。
Fortunately, we can mix Hibernate's object relational mapping with the connection and transaction management of WebSphere application Server to create very powerful application.
本文假设您熟悉EJB 3.0基本概念和对象关系(OR)映射基本概念。(若需了解这两个主题的更多信息,请参阅参考资料)。
This article assumes that you're familiar with basic EJB 3.0 and object-relational (or) mapping concepts (see Resources for more information on both subjects).
Rails使用activerecord库处理数据库访问及数据库表与Ruby对象模型之间的对象关系映射。
Rails USES the ActiveRecord library to handle database access and object-relational mapping between database tables and Ruby object models.
Session对象为程序员提供了一个临时的存储层,它非常像传统的对象关系映射工具中可以看到的层,而且还可以将它看作到特定工作区的连接。
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.
Rails将永远不会成为用于企业集成、对象关系映射或全堆栈web服务的工具。
Rails will never be a tool for enterprise integration, object-relational mapping, or full-stack Web services.
应用推荐