单词 | orm | ||||||||
释义 | orm
更多释义 收起释义 例句释义: 全部 1. Suffice it to say that it has no provision for instrumentation and it does not use any sort of object-relational mapping (ORM) framework. 可以肯定地说,它没有提供插装的供应,并且不使用任何种类的对象关系映射(object-relationalmapping,ORM)框架。 www.ibm.com 2. Django comes with its own object-relational mapper (ORM) library that supports dynamic database access through a Python object interface. Django提供了自己的对象关系型数据映射组件(object-relationalmapper,ORM)库,它可以通过Python对象接口支持动态数据库访问。 www.ibm.com 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框架把领域模型映射到数据库上。 www.infoq.com 4. To create the interface and the default implementation file, you can use pureQuery's ORM process, shown in the next section. 为了创建接口和默认实现类,可以像下一小节描述的那样使用pureQuery的ORM过程。 www.ibm.com 5. Spring works well with ORM by handling these issues for you, as you learned in the previous article. 正如在前面的章节中所学到的那样,Spring和ORM能很好地为您处理这些问题。 www-128.ibm.com 6. The other, larger issue is that this solution ignores one of ORM tools' most useful features: transitive persistence. 另一个问题更严重:这个解决方案忽略了ORM工具最有用的特性之一,过渡持久化(transitivepersistence)。 www.ibm.com 7. Your Rails 3 application can use one of a number of compatible object-relational mappers (ORM), template engines, and test frameworks. 您的Rails3应用程序可以使用一些兼容的对象关系映射器(ORM)、模板引擎和测试框架。 www.ibm.com 8. ORM tools allow you to configure the mapping between data elements in a relational database with Java object properties. ORM工具让您可以配置关系数据库内的数据元素与Java对象属性之间的映射。 www.ibm.com 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对象内的属性映射到数据库内的表列。 www.ibm.com 10. This mapping from Java code into the relational domain is called object relational mapping (ORM). 这种从Java代码到关系域的映射叫做对象关系映射(ORM)。 www.ibm.com 1. SQLObject is the object-relational mapper (ORM) library that allows you to develop database-persistent Python objects. SQLObject是对象关系映射器(ORM)库,它让我们可以开发数据库持久的Python对象。 www.ibm.com 2. Hibernate is one of most popular object-relational mapping (ORM) engines providing data persistence and query services. Hibernate是最流行的对象关系映射(ORM)引擎之一,它提供了数据持久化和查询服务。 www.infoq.com 3. For the most part, this manual intervention is now strongly discouraged, in favor of using ORM tools as a best practice. 而现在,对于大多数情况,这种人工干预是不受鼓励的,而是推荐您使用ORM工具作为一种最佳实践。 www.ibm.com 4. Apache Commons dbcp and Commons pool packages -- You need the JARs from these packages to go with your ORM example. ApacheCommonsdbcp和Commonspool软件包——需要这些软件包中的JAR与ORM示例相配合。 www.ibm.com 5. She instead scarred her with her blade, and severed the Rhen-Orm biocomputer antenna. 她只是用剑刃在她脸上留下疤痕,并斩断了雷恩—奥姆公司生物计算机天线。 dictsearch.appspot.com 6. Along with the simple UI, LTS also offers Table per Hierarchy inheritance, the most straightforward form of inheritance in ORM. 使用这个设计界面,LTS同样提供表对继承的支持(ORM非常直接的继承形式)。 www.cnblogs.com 7. The API should be very familiar for people who are used to ORM libraries. 对于习惯了ORM类库的开发人员来说,这些API应该非常熟悉。 www.infoq.com 8. Other best practices include evaluating generated SQL which gives a good insight into the SQL queries generated by the ORM tool. 其它的最佳实践还包括检查生成的SQL,这会使我们更深入了解ORM工具生成的SQL查询语句。 www.infoq.com 9. The service persists order information in a relational database using an object-relational mapping framework. 服务使用ORM框架将订单信息持久化到关系数据库里。 www.infoq.com 10. Object Relational Mapping (ORM) solutions are widely used in today's enterprise applications. 对象关系映射(ORM)解决方案在当今企业应用中广为使用。 www.infoq.com 1. Gone are the days of writing your own object-relational mapping (ORM), logging, or testing framework. 手动编写对象关系映射(ORM)、日志或测试框架的时代已经一去不复返。 www.ibm.com 2. Database access and ORM libraries are meant to sanitize data, that should be handled by the application itself. 数据集访问和ORM库用来净化数据,而这本该应用程序自己来处理。 www.infoq.com 3. Out of the box, symfony supports the two most popular open source ORMs in PHP: Propel and Doctrine. 开箱,symfony的支持在PHP中的两个最流行的开源的ORM:推进和学说。 bluoe.blog.163.com 4. Building data-driven applications in the . NET space that rely on ORM can be a challenge. 在.NET世界中,依赖ORM来构建数据驱动的应用程序可能是一种挑战。 www.infoq.com 5. orm testing the throat line of double liquid-gas ejectors, a series of experimental performance equations can be built. 对双级液气喷射器喉管进行系统测试,建立了一系列经验特性方程。 www.dictall.com 6. Part 1 of this two-article series covers several basic best practices for Hibernate and object-relational mapping (ORM) tools in general. 本系列包含两篇文章,第1部分讨论了Hibernate和其他对象-关系映射(ORM)工具的几个基本最佳实践。 www.ibm.com 7. In it, you see how to integrate Object Relational Mapping (ORM) to your application using iBATIS. 您还将了解如何将对象关系映射(ORM)集成到使用iBatis的应用程序中。 www.ibm.com 8. Information Modeling and Relational Databases, second edition, provides an introduction to ORM (Object-Role Modeling)and much more. 信息建模与关系数据库,第二版,提供对ORM的介绍(对象角色建模)等等。 www.ccemagz.com 9. GUI mapping: A good ORM should have a UI that enables you to visualize the mapping and creation of metadata. 图形映射工具:一个好的ORM最好能有一个图形化工具,可视化的映射和创建元数据。 www.cnblogs.com 10. Active Record is an object-relational mapping (ORM) that follows a standard ORM model. ActiveRecord是遵照了标准的ORM模型的对象关系映射(object-relationalmapping,ORM)。 www.ibm.com 1. But the core proposition of JPA as a middleware component goes far beyond solving the ORM problem. 但是JPA的核心目标是成为一个远远不仅限于解决ORM问题的中间件组件。 www.ibm.com 2. Annotations serve many useful purposes, but I fear there is much abuse of them in the ORM space. 注释有许多用途,但是我担心在ORM范围内滥用了它们。 www.ibm.com 3. It is powerful ORM framework, but it is overkill for such simple task as a sessions management. 虽然这是一个强大的ORM框架,但对于像会话管理这种简单的任务而言就是杀鸡用牛刀了。 www.bing.com 4. Experience in using ORM tools in many projects reveals better approaches to these same problems. 在许多项目中使用ORM工具的经验揭示了处理这些问题的更好方法。 www.ibm.com 5. ORM Profiler also offers the ability to get the query execution plan from the database, and display it along with the query statistics. ORMProfiler还提供了从数据库获取查询执行计划的能力,并与查询统计一起显示出来。 www.infoq.com 6. The ORM in CMP generates mapping code between the CMP entity bean and tables. CMP中的ORM生成CMP实体bean与表之间的映射代码。 www.ibm.com 7. Dynamic querying: Another important aspect of ORM, and the bane of DBAs everywhere, is dynamic query support. 动态查询:ORM另一个重要的方面,让DBA困扰,就是动态查询支持。 www.cnblogs.com 8. In those cases, you may consider using SQLAlchemy, another ORM tool with strong support in the TG community. 在这种情况下,我们可以考虑使用SQLAlchemy,它是TG社区大力支持的另外一个ORM工具。 www.ibm.com 9. Having the application development team concerned with ORM is the antithesis of encapsulation and decoupling. 让应用程序开发团队关心ORM是与封装及分离对立的。 www.ibm.com 10. The primary task of ORM is transformation of data represented by object model to relation tables. 实现ORM首先要求把对象模型所表示的各种数据映射成关系型表格的形式。 www.fabiao.net 1. The framework transforms Java objects into relational rowsets and performs joins among multiple tables. ORM框架把Java对象转换为关系行集合并且对多个表执行JOIN操作。 www.infoq.com 2. The tool uses annotation-driven programming mainly to specify ORM mappings. 这个工具主要使用注解驱动的编程方式指定ORM映射。 www.ibm.com 3. In other words, an object-relational mapping (ORM) framework for Amazon's database in the cloud. 换句话说,是用于操作Amazon的云数据库的一个对象关系映射(ORM)框架。 www.ibm.com 4. Grails uses this feature to provide DSLs for ORM mapping, wiring Spring beans, and other configurations. Grails使用这个特性提供了ORM映射、装配SpringBean,以及其他配置的DSL。 www.infoq.com 5. The Doctrine ORM package: Download this object relational mapper for PHP. DoctrineORM包:下载这个针对PHP的对象关系映射器。 www.ibm.com 6. Each ORM has a different focus and offers different solutions to similar problems. 每个ORM都有不同的侧重点,并为类似的问题提供不同的解决方案。 www.infoq.com 7. Micro ORMs have started becoming popular, with many open source projects being released recently. 最近,随着许多开源项目的发布,微型ORM已开始成为一种流行趋势。 www.infoq.com 8. As stated earlier, the ORM done in CMP is not reusable in JDBC queries. 如前所述,CMP中用过的ORM不能在JDBC查询中重用。 www.ibm.com 9. a true great man ill neither trample on a orm, nor sneak to an emperor. 真实的巨人既半大举踩踏小人士,也不会在天子眼前奴颜卑膝。 mrg4.com 10. Today, a typical Java programmer reaches for ORM to solve even basic problems. 今天,典型的Java程序员甚至会采用ORM解决非常基本的问题。 www-128.ibm.com 1. We still need a solid ORM that works as much as it can to provide a common API for both relational and non-relational stores. 我们仍需要一个稳定的ORM,它能为关系型存储和非关系型存储同时提供通用的API。 www.infoq.com 2. The simple ORM tool is next, as shown in Listing 8. 接下来是简单的ORM工具,如清单8所示。 www.ibm.com 3. The one exception has been ORM where the approach itself requires a cache to work. 有一个例外是ORM,因为它本身的方法就需要一个缓存。 www.infoq.com 4. Developers have to build their own ORM on top of Entity Framework if they actually want to manipulate data outside a context. 开发人员不得不在EntityFramework之上建立自己的ORM,如果他们确实要在上下文外部操作数据的话。 www.infoq.com 5. In cases where you decide that a full ORM is not needed and you lean toward using JDBC, consider using iBatis instead. 如果您确定不需要使用完备的ORM并且倾向使用JDBC,则可以考虑改用iBatis。 www.ibm.com 6. Also, they tend to tie your database and ORM design to the original domain. 此外,组合键倾向于将您的数据库和ORM设计绑定到原始领域。 www.ibm.com 7. Everything an ORM can do, can be coded manually too. 一个ORM可以做的所有事情,也能被手动的编写出来。 jamesbond0479.blog.163.com 8. An ORM is made up of objects that give access to data and keep business rules within themselves. 一个ORM是由对象提供的数据访问和控制在自己的业务规则。 bluoe.blog.163.com 9. The ORM technology is analyzed and researched in this thesis, and is applied in the development of "Test data Integrative system" . 本文针对ORM技术展开分析和研究,并将其应用于《试验数据集成系统》开发中。 www.fabiao.net 10. CMP only solves part of our ORM needs. CMP只能解决我们的部分ORM需要。 www.ibm.com 1. Rails migrations allow direct SQL for unsupported extensions (such as stored procedures or constraints), while some ORM mappers don't. Rails迁移允许对不支持的扩展(例如存储过程或约束)直接使用SQL,而有些ORM映射器不支持。 www.ibm.com 2. For a complex Java production system, you probably want to use a pre-existing, full-blown ORM system, such as Hibernate or Castor. 对于一个复杂的Java生产系统,可能需要使用一个预先存在的成熟的ORM系统,例如Hibernate或Castor。 www.ibm.com 3. ORMs generally require less initial effort to create the data access layer. ORM通常需要更少的初始工作就能创建数据访问层。 www.ibm.com 4. It also includes Hibernate-to-EJB3 ORM mapping workbench and support for the Spring framework. 它还包括Hibernate-to-EJB3ORM映射工作台和对Spring框架的支持。 www.ibm.com 5. There is no embedded ORM-framework. 没有嵌入的ORM框架。 www.ibm.com 6. I'll start by describing what an object-relational mapper (ORM) is and how to create a one-to-many relationship. 我将首先介绍什么是对象关系映射器(object-relationalmapper,ORM),以及如何创建一对多关系。 www.ibm.com 7. If there is an ORM revolution, we hope it comes from China. 如果有那么一场ORM革命,我希望他来自中国。 tag.csdn.net 8. This is less of an issue when using some kind of framework or ORM. 当我们使用一些framework或是ORM的时候,这样的问题会好一些。 yq329.blog.163.com 9. You used the DAO and ORM modules from the Spring Framework to extend your application, and you also learned how to deploy it on Geronimo. 使用了Spring框架提供的DAO和ORM模块来扩展应用程序,并且还了解了如何将其部署到Geronimo上。 www.ibm.com 10. Listing 3 illustrates the schema from this ultra-simple ORM database design. 清单3展示了来自这个非常简单的ORM数据库设计的模式。 www.ibm.com 1. MindScape has released version 2. 0 of their domain modeling and ORM tool. MindScape最近发布了他们域建模和ORM工具的2.0版本。 www.infoq.com 2. It does not have a dependency on any particular ORM or data implementation. 它对任何特别的ORM或数据实现都没有依赖性。 archive.cnblogs.com 3. JPA isthe cleanest ORM API available for Java. JPA是Java能用的最干净的ORMAPI。 www.bing.com 4. To complete the ORM tour, Figure 1 shows what the database looks like after running the code in Listing 4. 为了完成ORM之旅,图1展示了运行清单4中的代码之后数据库的状态。 www.ibm.com 5. Most ORM frameworks provide extensions, such as two layers of caching. 大多数的ORM框架提供扩展,比如两级缓存。 www-128.ibm.com 6. This really illustrates the magic that is ORM. 这实实在在地体现了ORM的魔力。 www.ibm.com 7. The most popular data source integration is Compass integration with different ORM tools. 大部分常用的数据源是Compass与ORM工具的集成。 www.infoq.com 8. orm. xml, which contains mapping information, schema details xml文件,它包含了映射信息,以及方案细节 www.ibm.com 9. Research on Software Design Method Using ORM Technique 采用ORM技术的软件开发方法研究 www.ilib.cn 10. Application of ORM in Developing Workflow Engine ORM技术在工作流引擎开发中的应用 www.ilib.cn 1. RDBMS either directly through SQLs or stored procedures indirectly using ORM 直接通过SQL或间接使用ORM的存储过程来实现RDBMS www.ibm.com 2. ORM Office of Risk Management 风险管理办公室 wenku.baidu.com 3. Study on Information Modeling Methods Based on ORM 面向角色的信息系统建模方法研究 www.ilib.cn 4. Domain object autowiring in the ORM layer 自动装配ORM层中的领域对象 www.infoq.com |
||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。