Examples of Access Layer tools include.
访问层工具的例子包括。
What is the data access layer implemented with?
数据访问层使用什么实现?
The Access Layer provides the Information Consumers?
访问层(Access Layer)向信息消费者提供了什么呢?
Like to use XML files to define your data access layer.
希望使用XML文件来定义数据访问层。
The access layer can then use JDBC or JPA to get the data.
这种访问层可以使用JDBC或JPA获取数据。
In the process, it also interacts with the data access layer.
在运行过程中,它还会与数据访问层进行交互。
Auto-generate simple data access layer with much less code than JDBC.
使用比jdbc少得多的代码自动生成简单的数据访问层。
Want a simple data access layer code generated by Optim Development studio.
希望通过Optim Development studio生成一个简单的数据访问层。
The Resource access layer, which contains the logic necessary to access data.
资源访问层,包含了访问数据所必需的逻辑。
Begin by taking a look at this application, specifically its data access layer.
首先看看这个应用程序,特别是它的数据访问层。
The model layer of a Django application is handled by Django's data-access layer.
Django应用程序的模型层由 Django的数据访问层处理。
provides a uniform access layer that abstracts away the concept of unique data formats.
data 提供了一个统一的访问层,它抽象出唯一数据格式的概念。
The data access layer provides a semantic data store, a user profile, and the rules database.
数据访问层提供了一种语义数据存储、一个用户个人文件以及规则数据库。
Finally, the data access layer is a persistent data store, such as a database or file storage.
最后,数据访问层是持久化的数据存储,比如数据库或文件存储。
Then you need to put some marshalling code atop that to provide an access layer to the front end.
然后,需要在那些类之上放置一些编组代码,以便为前端提供一个访问层。
The business layer generally interacts with the information system through the data access layer.
业务层主要通过数据访问层与信息系统实现交互。
The Business Logic Layer, in turn, requests that the data Access Layer deal with data persistence.
而业务逻辑层则请求数据访问层处理数据持久性。
Above the basic J2EE framework, we see things like Access Layer for "Common" Data and Common Utilities.
在基本的J2EE框架之上,我们看到类似用于“共同的”数据和共同的效用的访问层的东西。
Many users have their own data access layer, with their own APIs, to which the business logic is coded.
许多用户都用自己的数据访问层,使用自己的API编写业务逻辑。
If a data access layer is used, the code might be consolidated there and hidden from the using application.
如果使用数据访问层,代码将整合到其中,对于使用的应用程序是不可见的。
Figure 1: the BLL Separates the Presentation Layer from the Data Access Layer and Imposes Business rules.
图一:BLL将表示层与DAL隔开了,并且加入了业务规则。
The data Access Layer utilizes WPF data binding to tie UI components to business logic or data components.
数据接口层(DataAccess Layer)利用WPF实现UI组件对业务逻辑和数据组件的绑定。
Again, if a data access layer is used, the code can be consolidated there and hidden from the using application.
同样,如果使用数据访问层,代码将整合到其中,对于使用的应用程序是不可见的。
These underlying data access calls are thus consolidated in the data access layer and hidden from the business logic.
这些底层数据调用整合到数据访问层中,对于业务逻辑是不可见的。
The data access layer is responsible retrieving and manipulating data stored in enterprise information systems (EISs).
数据访问层负责对存储在企业信息系统(EIS)中的数据进行存取等操作。
I choose to wrap the DAO in an interface, so I can switch my data access layer to use different persistence strategies.
我选择将这个dao封装在一个接口中,这样我就能够切换数据访问层来使用不同的持久性策略。
The role of a service implementation is to enforce the system of record's integrity, almost as a pure data access layer.
服务的实现目标是强化整个系统的集成能力;每个服务,本质上都可以看作是一个纯粹的数据接口层。
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数据访问层。
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使用。
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使用。
应用推荐