网站首页  词典首页

请输入您要查询的英文单词:

 

单词 active record
释义

active record

  • 网络活动记录;活动记录模式;活跃记录
1.
活动记录
三、使用活动记录(Active Record)进行数据映射在上面给出的例子中也许有一个地方最令人迷惑。
www.chengxuyuans.com
2.
活动记录模式
Mapper、DataGateway、ActiveRecor... ... 1. 网关模式( Gateway) 2. 活动记录模式Active Record) 3. 数据映射模式( D…
www.chenggang.net
3.
活跃记录
Comuper Term 10000 -... ... active multi-media 动态多媒体 active record 活跃记录 active screen buffer 作用中屏幕缓冲区 ...
club.topsage.com
4.
常用档案
公务员行业术语 ... active leave balance 假期总额 active record 常用档案 active service 实际服务期;实际服务 ...
www.acmetranslation.com
5.
主动式记录
我们会检视许多模式,包括主动式记录 (Active Record)、资料对应工具、储存机制、身分识别对应、延迟载入和虚拟 Proxy。 J…
msdn.microsoft.com
6.
活动日志
控制活动日志(Active Record)是否会将MySQL数据库中 结构导出器(Schema Dumper)的一个附加配置选项: ActiveRecord::Sch…
guides.ruby-china.org
7.
活动记实
...ateway),可能把范围层和恒久层合二为一变成 活动记实Active Record)的行动 。
linux.net527.cn

例句

释义:
1.
Through some nifty lexical analysis, Active Record is able to determine that the Order class will map to the ORDERS table in the database.
通过一些漂亮的词汇分析,ActiveRecord能够判断出,Order类将映射到数据库中的ORDERS表。
www.ibm.com
2.
It does not currently include Active Record, the powerful domain model library on which Rails database model objects are built.
当前的版本还未包括ActiveRecord,这是Rails数据库模型对象赖以为根本的强大的领域模型类库。
www.infoq.com
3.
ActiveRecord's static findById function is an example of a method typically found in an implementation of the active record design pattern.
ActiveRecord的静态findById函数是活动记录设计模式的实现内常见的一个方法的例子。
www.ibm.com
4.
But I think Active Record has quite a large niche and will improve as the mappings supported by Active Record improve.
但是,我认为活动记录有相当大的应用范围,而且会随着活动记录支持的映射的提高而提高。
www-128.ibm.com
5.
Active Record users do not always need to change model objects as the data model changes.
ActiveRecord用户并不总需要随着数据模型的改变而改变模型对象。
www.ibm.com
6.
The framework queries two sources of metadata: the Active Record model and a custom metadata file for each model object.
框架查询两个元数据源:活动记录模型和每个模型对象的定制元数据文件。
www.ibm.com
7.
Active Record forced me to build create-table SQL scripts, tying me to an individual database implementation.
活动记录强迫我构建创建表的SQL脚本,这把我限制在具体的数据库实现上。
www-128.ibm.com
8.
Each instance of an active record class is tied to a specific row in a database.
一个活动记录的每个实例都关系到数据库内的特定行。
www.ibm.com
9.
Each active record has methods to access each column, as well as methods to save, delete, or update the row.
每一个有效记录都有访问每一列的方法,以及保存、删除或更新行的方法。
www-128.ibm.com
10.
Active Record associates a class with a table and dynamically adds an attribute to each class for every column in the database.
ActiveRecord将类和表关联起来,并按照数据库中的每一列给每个类动态地添加一个属性。
www.ibm.com
1.
Active Record generates the SQL to tell the database to insert the record.
ActiveRecord产生SQL告诉资料库插入一笔资料。
blog.sina.com.cn
2.
The relational schema is the center of your Active Record universe.
关系方案是活动记录世界的核心。
www-128.ibm.com
3.
The Streamlined creators could have easily added customization data to Active Record.
Streamlined的创造者们原本可以轻易地把定制数据添加到了活动记录。
www.ibm.com
4.
The streamlined directory allows additional metadata without pollution of Active Record.
streamlined目录支持额外的元数据,而不会污染活动记录。
www.ibm.com
5.
By default, Rails captures enough metadata within Active Record to build a surprisingly sophisticated default user interface.
默认情况下,Rails从活动记录内捕获到足够的元数据,构建复杂的用户界面。
www.ibm.com
6.
Let's take at look at a simple (and partial) implementation of the active record design pattern.
让我们先来看看活动记录设计模式的一个简单的部分实现。
www.ibm.com
7.
You also see nice integration between Active Record (the Rails persistence engine) and the model-view-controller (MVC) framework.
您也可以看到ActiveRecord(Rails的持久引擎)和模型-视图-控制器(MVC)框架之间进行了很好的集成。
www.ibm.com
8.
Other lightweight solutions, such as iBATIS and the Active Record design pattern, don't try to do object-relational mapping at all.
其他轻量级解决方案,例如iBATIS和ActiveRecord设计模式,根本不会试图进行对象关系映射。
www.ibm.com
9.
Active Record is an object-relational mapping (ORM) that follows a standard ORM model.
ActiveRecord是遵照了标准的ORM模型的对象关系映射(object-relationalmapping,ORM)。
www.ibm.com
10.
A cool feature often provided in active record design pattern implementations is dynamic finder methods.
活动记录设计模式实现内经常提供的一个很棒的特性是动态finder方法。
www.ibm.com
1.
You use the active record pattern to wrap relational database persistence methods in domain classes.
活动记录模式则可用来在域类内包装关系数据库持久性方法。
www.ibm.com
2.
From the very beginning, Active Record has helped to evolve my understanding of persistence.
从一开始起,活动记录就帮助我发展了对持久性的理解。
www-128.ibm.com
3.
So, like Active Record, the RIFE framework uses convention over configuration.
所以,就像活动记录一样,RIFE框架也使用配置约定。
www-128.ibm.com
4.
There are many Active Record updates in this release including the introduction of nested transactions.
该发布中有很多ActiveRecord更新,包括嵌套事务的引入
www.infoq.com
5.
Active Record relies on language capabilities to extend Rails classes on the fly.
活动记录依赖语言的能力动态地扩展Rails类。
www-128.ibm.com
6.
The Streamlined approach lets a single place consolidate common view characteristics, much as Active Record does for persistence concerns.
Streamlined方法允许在一个地点合并常见视图特征,非常像活动记录为了持久性考虑而做的那样。
www.ibm.com
7.
Active Record adds a custom finder for each of the attributes.
活动记录为每个属性添加了定制的查找器。
www-128.ibm.com
8.
Next, create the classes in your app that will use the active record pattern to model a database table.
接下来,创建在应用程序,将使用该活动记录模式模型数据库表中的类。
msdn.microsoft.com
9.
Each one reflects on metadata from Active Record and Streamlined.
每个循环都反映活动记录和Streamlined的元数据。
www.ibm.com
10.
So Active Record is actively managing the relationship.
所以活动记录在积极地管理关系。
www-128.ibm.com
1.
Rails creates your project, and you can use Active Record through some nifty Rails tools.
Rails就会创建一个项目,然后可以通过一些漂亮的Rails工具使用活动记录。
www-128.ibm.com
2.
This article will show examples of how to validate a model using Active Record's set of validators.
本文将用一些示例演示如何用ActiveRecord的检验器集检验模型。
www.ibm.com
3.
You can find a list of the Active Record model validations that can be defined in the class scope here.
在这里可以找到可以在类范围中定义的ActiveRecord模型检验列表。
www.ibm.com
4.
The best way to show you how Active Record handles persistence is to write some code.
展示活动记录如何处理持久性的最好方式是写一些代码。
www-128.ibm.com
5.
Rails has a somewhat magical component called the Active Record.
Rails有稍微不可思议的组件,称为ActiveRecord。
www.ibm.com
6.
In the sweeper, a developer can define an active record event, such as after_save.
在此清理器中,开发人员可以定义一个活动记录事件,比如after_save。
www.ibm.com
7.
In fact, Active Record lets you have a number of different relationships, including these
实际上,活动记录允许有许多不同的关系,包括
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 23:22:47