单词 | data access layer | ||||||||||||
释义 | data access layer
更多释义 收起释义 例句释义: 数据访问层,资料存取层,数据存取层 1. The role of a service implementation is to enforce the system of record's integrity, almost as a pure data access layer. 服务的实现目标是强化整个系统的集成能力;每个服务,本质上都可以看作是一个纯粹的数据接口层。 www.infoq.com 2. The Model can be seen as the data-access layer, where the application interacts with any databases and information sources. 这里的模型可以看作数据访问层,应用程序在这里与其他数据库和信息源交互。 www.ibm.com 3. The goal of the SDAO pattern is to allow you to isolate one layer (the domain object layer) from another (the data access layer). SDAO模式的目的是允许您将一个层(域对象层)和另一个层(数据访问层)隔离开。 www.ibm.com 4. Many users have their own data access layer, with their own APIs, to which the business logic is coded. 许多用户都用自己的数据访问层,使用自己的API编写业务逻辑。 www.ibm.com 5. The Business Layer does not have any direct communication with the database - this is all handled by the Data Access Layer. 业务层和数据库没有任何通讯-这些有数据访问层处理。 www.bing.com 6. I choose to wrap the DAO in an interface, so I can switch my data access layer to use different persistence strategies. 我选择将这个DAO封装在一个接口中,这样我就能够切换数据访问层来使用不同的持久性策略。 www.ibm.com 7. The data-access layer can be implemented as a separate Class Library project. 数据访问层可实现为单独的类库项目。 msdn2.microsoft.com 8. The business layer generally interacts with the information system through the data access layer. 业务层主要通过数据访问层与信息系统实现交互。 www.bing.com 9. Since the Person class is what the app's data access layer returns, it is definitely not suited for consumption by the UI. 由于Person类是应用的数据访问层返回的东西,它绝对不适合直接被UI使用。 kb.cnblogs.com 10. The data access layer is responsible retrieving and manipulating data stored in enterprise information systems (EISs). 数据访问层负责对存储在企业信息系统(EIS)中的数据进行存取等操作。 www.bing.com 1. The data-access layer typically contains classes that implement methods for accessing the underlying database data. 数据访问层通常包含用于实现访问基础数据库数据的方法的类。 msdn2.microsoft.com 2. The data access layer can also act as an integration point to link with other systems, including being a client of other Web services. 数据访问层还可以作为连接其他系统的集成点,可以成为其他Web服务的客户端。 www.ibm.com 3. One of the most common sections of an application that is targeted for code generation is the data access layer. 面向代码生成的应用程序中最常见的部分之一是数据访问层。 unixlzx.blog.163.com 4. The model layer of a Django application is handled by Django's data-access layer. Django应用程序的模型层由Django的数据访问层处理。 www.ibm.com 5. These underlying data access calls are thus consolidated in the data access layer and hidden from the business logic. 这些底层数据调用整合到数据访问层中,对于业务逻辑是不可见的。 www.ibm.com 6. The Service implementation class uses the data access layer directly (ServiceRegistryRepository class) for execution of service. Service的实现类直接使用数据访问层(ServiceRegistryRepository类)来执行服务。 www.infoq.com 7. Spring framework is used to tie together the components in the Data Access Layer, the Business Logic Layer, and the Presentation Layer. Spring框架用于将数据访问层、业务逻辑层和表示层中的各组件结合在一起。 www.ibm.com 8. We leverage the Spring Framework throughout the application architecture, and use the Java Persistence API in the data access layer. 我们在整个应用程序体系结构中利用了SpringFramework,并在数据访问层使用了JavaPersistenceAPI。 www.ibm.com 9. Both handlers share a common Business Logic Layer, which, in turn, interacts with the Data Access Layer. 两个处理程序共享一个公共的业务逻辑层,后者又与数据访问层进行交互。 www.ibm.com 10. However, in a nutshell, X2O generates a database, stored procedures, a data-access layer and web service layer. 简单地说,X2O会生成一个数据库、存储过程、一个数据访问层和web服务层。 www.infoq.com 1. A data-access layer consists of methods that are used to access a data store. 数据访问层由用于访问数据存储区的方法组成。 msdn2.microsoft.com 2. Microsoft has also contributed a patch to ADOdb, popular data access layer for PHP used by many applications. 此外,微软还贡献了一个ADOdb的补丁包,这一组件广泛应用于PHP的数据库操作。 www.bing.com 3. The goal of this paper is to implement code generation tool for data access layer based on domain model. 本文的研究目标是实现一个基于领域模型的数据访问层的代码生成工具。 www.fabiao.net 4. The Data Access Layer utilizes WPF data binding to tie UI components to business logic or data components. 数据接口层(DataAccessLayer)利用WPF实现UI组件对业务逻辑和数据组件的绑定。 www.infoq.com 5. A data-driven Web application usually includes a data-access layer by using typed datasets or entity classes that represent the data. 数据驱动的Web应用程序通常使用表示数据的类型化数据集或实体类来添加数据访问层。 msdn2.microsoft.com 6. If you change the database structure, you need to accordingly change the data access layer, view layer. 如果改变了数据库结构,就需要相应地改变数据访问层、视图层等。 lib.swpu.edu.cn 7. To begin creating the data access layer, you add a typed dataset to the project. 若要创建数据访问层,首先要向项目中添加类型化数据集。 msdn2.microsoft.com 8. If a data access layer is used, the code might be consolidated there and hidden from the using application. 如果使用数据访问层,代码将整合到其中,对于使用的应用程序是不可见的。 www.ibm.com 9. However, you can also use tools in Visual Web Developer that can generate a data-access layer for you. 但是,您也可以使用VisualWebDeveloper中的工具生成数据访问层。 msdn2.microsoft.com 10. You can now generate a pureQuery data access layer for all SQL statements in the *. sql file in one shot using the wizard. 借助向导,您可以轻松地为*.sql文件中的所有SQL语句生成一个pureQuery数据访问层。 www.ibm.com 1. ORMs generally require less initial effort to create the data access layer. ORM通常需要更少的初始工作就能创建数据访问层。 www.ibm.com 2. In the process, it also interacts with the data access layer. 在运行过程中,它还会与数据访问层进行交互。 www.bing.com 3. Finally, the data access layer is a persistent data store, such as a database or file storage. 最后,数据访问层是持久化的数据存储,比如数据库或文件存储。 www.ibm.com 4. This extension is made possible because of the architectural changes in the underlying data access layer of the monitor server. 能够实现此扩展的原因是由于监视服务器的基础数据访问层中的体系结构更改。 www.ibm.com 5. A business logic layer adds rules to the data access layer, such as restricting access on who can view or change the data. 业务逻辑层用于向数据访问层添加规则,例如对可以查看或更改数据的人员进行访问限制。 msdn2.microsoft.com 6. We will need to discuss on technologies to use for the data access layer and we will need to show the progress on a daily basis. 我们需要在技术讨论使用数据访问层,我们将需要显示在日常工作的进展。 www.bing.com 7. Figures 1, 2, and 3 show how easy it is to create a pureQuery data access layer for the credit card table on Oracle. 图1、2和3展示了为Oracle上的信用卡表创建一个pureQuery数据访问层有多么简单。 www.ibm.com 8. What is the data access layer implemented with? 数据访问层使用什么实现? www.ibm.com 9. We provide a data access layer (bottom of Figure1) which is database agnostic. 我们提供一个独立于数据库的数据访问层(图1底部)。 www.ibm.com 10. Provide an easy-to-use data access layer within Java applications to assist in development of Java database applications 在Java应用程序内提供易于使用的数据访问层,简化Java数据库应用程序的开发 www.ibm.com 1. You can check that no database-engine dependent functions can be found in the data access layer, making it database-independent. 你可以检查没有数据库引擎相关的函数可以在数据访问层发现,使数据库无关。 bluoe.blog.163.com 2. The data-access layer includes all the code that is specific to the underlying data source. 数据访问层包含特定于基础数据源的所有代码。 msdn2.microsoft.com 3. Want a simple data access layer code generated by Optim Development Studio 希望通过OptimDevelopmentStudio生成一个简单的数据访问层 www.ibm.com 4. Figure 1 : The BLL Separates the Presentation Layer from the Data Access Layer and Imposes Business Rules 图一:BLL将表示层与DAL隔开了,并且加入了业务规则 www.cnblogs.com 5. Auto-generate simple data access layer with much less code than JDBC 使用比JDBC少得多的代码自动生成简单的数据访问层 www.ibm.com 6. Like to use XML files to define your data access layer 希望使用XML文件来定义数据访问层 www.ibm.com 7. Aspect to prevent a program from calling model code from the data access layer 方面来阻止程序从数据访问层调用模型代码 www-128.ibm.com 8. The Design of Data Access Layer 数据访问层设计 service.ilib.cn |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。