• 那里有对象关系映射程序块隐藏宝石

    There is an object relational mapper out there that is a hidden gem.

    youdao

  • 冗长乏味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.

    youdao

  • JPA一个用于对象关系映射以及数据支持简化程序模型

    JPA is a simplified programming model used for object relational mapping and data persistence.

    youdao

  • 无论采取哪种方式,都必须编写生成代码进行对象关系映射

    Either way, you have to write or generate code to do the object-relational mapping.

    youdao

  • 对象关系映射(ORM)解决方案当今企业应用中广为使用

    Object Relational Mapping (ORM) solutions are widely used in today's enterprise applications.

    youdao

  • 考虑这样示例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.

    youdao

  • 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.

    youdao

  • 过去支持问题中,注意许多急切客户电话都错误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).

    youdao

  • 为了应对可能的这种情况,如果事务策略使用对象关系映射(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.

    youdao

  • 手动编写对象关系映射(ORM)、日志测试框架时代已经一去不复返

    Gone are the days of writing your own object-relational mapping (ORM), logging, or testing framework.

    youdao

  • 对象关系映射使用遗留模式(可能定义没有考虑对象模型)时最佳解决方案

    Object-relational mapping is the best solution when you have a legacy schema, perhaps not defined with an object model in mind.

    youdao

  • 不幸是,我们因此不能重用在 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.

    youdao

  • 涉及对象关系映射时,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.

    youdao

  • 简单性SQLMaps 优于其他框架对象关系映射工具最大优点

    Simplicity is the biggest advantage of SQL Maps over other frameworks and object relational mapping tools.

    youdao

  • 仅仅使用Hibernate对象关系映射组件时使用。

    Use when you only want to use the Hibernate object relational mapping component.

    youdao

  • 幸运是,我们可以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.

    youdao

  • 本文假设熟悉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).

    youdao

  • Rails使用activerecord处理数据库访问数据库Ruby对象模型之间对象关系映射

    Rails USES the ActiveRecord library to handle database access and object-relational mapping between database tables and Ruby object models.

    youdao

  • 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.

    youdao

  • 可以肯定没有提供插装供应并且使用任何种类对象关系映射(object - relational mapping, OR m)框架

    Suffice it to say that it has no provision for instrumentation and it does not use any sort of object-relational mapping (ORM) framework.

    youdao

  • Rails永远不会成为用于企业集成对象关系映射全堆栈web服务工具

    Rails will never be a tool for enterprise integration, object-relational mapping, or full-stack Web services.

    youdao

  • 对象-关系映射(ORM)案例场景

    An object-relational mapping (ORM) case scenario.

    youdao

  • Hibernate流行对象关系映射(ORM)引擎之一它提供了数据持久化查询服务

    Hibernate is one of most popular object-relational mapping (ORM) engines providing data persistence and query services.

    youdao

  • 对象Contact模型所提供ActiveRecord对象-关系映射

    The object Contact is the ActiveRecord object-relational mapping that the model provides.

    youdao

  • ActiveRecord遵照标准or m模型对象关系映射(object - relational mapping,ORM)。

    Active Record is an object-relational mapping (ORM) that follows a standard ORM model.

    youdao

  • 对象-关系映射创建XM l元数据

    Create the XML metadata for the object-relational mapping.

    youdao

  • 通过利用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.

    youdao

  • 对象关系映射技术允许关系数据库映射对象

    The object relational mapping technology lets you map relational databases to objects.

    youdao

  • 自下而上方法假设已经数据库模式需要根据表模式开发一个对象对象关系映射

    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.

    youdao

  • 注意本文深入讨论对象-关系映射这一一般性主题

    Please note that this article will not go into the general topic of object-relational mapping.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定