• This is necessary to isolate the relational layer from the object layer, but this convenience comes at the cost of performance.

    对于关系对象分离必需的,这种便利是以牺牲性能为代价获得的。

    youdao

  • This is typical of frameworks that map object models to relational database models.

    对象模型映射关系数据库模型的一种典型框架

    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

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

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

    youdao

  • Using character or binary large object (CLOB or BLOB) columns of tables to store the XML data intact in a relational database management system (DBMS).

    使用表字符对象(CLOB)二进制大对象(BLOB关系数据库管理系统DBMS)中按原样存储XML数据

    youdao

  • Persistence classes encapsulate access to your persistent stores, including relational databases, flat files, and object bases.

    持久性封装持久性存储访问包括关系数据库平面文件对象

    youdao

  • In addition, it allows you to have dynamic schemas because of its interlinked object-oriented perspective, in contrast to SQL's strictly relational perspective.

    此外允许拥有动态模式因为拥有互相链接面向对象透视图,与严格SQL关系透视图形成对照。

    youdao

  • 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 的模式可以把数据呈现对象模型映射关系数据模型,对象关系映射引用这项技术。

    youdao

  • Relational databases that store XML data usually use Binary Large Object (BLOB) field types to store XML.

    存储XML数据关系数据库通常使用大型二进制对象(BLOB)字段类型存储XML。

    youdao

  • 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)框架诞生框架提供一个数据访问抽象

    youdao

  • Another requirement to create an SQLXML type object in a relational database that supports the XML data type.

    另一个要求创建sqlxml类型对象,该对象是一个支持XML数据类型关系数据库

    youdao

  • Proper care must be taken to ensure that object-relational database mappings are correct, and ideally the code should be designed to minimize the changes necessary when requirements change.

    必须注意确保对象到关系数据库映射正确性理想情况下应该代码设计需求变更时所需更改最小

    youdao

  • From time to time, the demands of changing business needs require that you add new entities and relationships to the relational data models or object-oriented models.

    变化业务需求不断地要求关系数据模型面向对象模型中添加实体关系

    youdao

  • Plus, you would have to write additional code in the middle tier to map the relational data to an Object data Model or an XML data Model.

    另外必须中间层编写更多代码关系数据映射对象数据模型XML数据模型。

    youdao

  • Traditionally, in a relational database, XML data has to either be treated as a large object or decomposed into relational columns.

    关系数据库中,XML数据通常视为大型对象或者分解为几个关系列。

    youdao

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

    世界观映射一种世界观称为对象?关系映射,这种映射很少直接了当的,因为需要协调两种冲突的组织性策略

    youdao

  • 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查询对象关系映射

    youdao

  • Information stored in an XML document may need to be placed in a relational table object.

    XML文档存储信息可能需要放在一个关系对象中。

    youdao

  • It does not store documents as plain text and does not map XML to relational or object-relational tables.

    文档存储文本,也不将XML映射关系对象关系

    youdao

  • Prior to the DB2 9 release, XML data was either stored intact as a character large object (CLOB) or shredded to relational tables.

    DB 29之前XML数据要么作为字符对象(CLOB)按原样存储,要么分解关系表中。

    youdao

  • How difficult is it to get relational data to a service or object that needs XML data?

    关系数据一个需要XML数据的服务对象究竟有多难?

    youdao

  • Uses native XML persistence to solve XML, object, and relational incompatibility.

    使用本地XML持久化解决XML,对象关系数据库的不匹配性。

    youdao

  • It is obvious from the above statements that by storing an application's data object as XML data, the relational schemas simplify to a greatly.

    显然通过应用程序数据对象存储XML关系模式大大简化

    youdao

  • The element also supports a <map-to> element that tells Castor to what relational table each object maps.

    元素支持 to> 元素,该元素告诉Castor每个对象映射什么关系表上

    youdao

  • Type attributes indicate to Castor what TypeConvertor should be used internally to convert between object and relational data types.

    类型属性Castor指示:该在内部使用什么TypeConvertor对象关系数据类型之间进行转换

    youdao

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

    涉及对象关系映射时,Hibernate非常好的工具但是连接管理以及事务管理方面缺乏必要的性能能力。

    youdao

  • It is also possible to replace the object database storage used in the blog example with relational database storage.

    关系数据库存储代替blog示例中的对象数据库存储也是可能的。

    youdao

  • Dynamic Query Mode does not allow a dimensional object, such as a member, as an argument to a vendor specific relational function.

    DynamicQueryMode支持维度对象(比如一个成员)作为特定于供应商关系函数的参数

    youdao

  • Tools such as Hibernate and TopLink have made it much easier to map an object model into a relational database schema.

    HibernateTopLink工具大大简化了把对象模型映射关系数据库模式的过程。

    youdao

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

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

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