Data Access Object Pattern的意思|示意
数据访问对象模式
Data Access Object Pattern的网络常见释义
数据访问对象模式 所以就产生了数据访问对象模式(Data Access Object Pattern, DAO),该模式既供给了各数据库厂商的适应性,又能利用到他们供给的奇特的利益。
Data Access Object Pattern相关例句
The Data Access Object (or DAO) pattern separates a data resource's client interface from its data access mechanisms, adapts a specific data resource's access API to a generic client interface.
本文详细介绍了数据访问对象设计模式:将数据源的客户访问接口和数据访问机制分离开,使特定的数据源访问API转化成普通的客户端接口。
On the basis of adopting data access object pattern in integration layer, creatively bring value object to integration layer and offer to construct persistent framework.
在采用数据访问对象构建集成层的基础上,创新性地将业务层的值对象模式引入到集成层,提出在集成层构筑持久性框架的技术方案。
Applying the data access Object (DAO) pattern throughout the applications enabled us to separate low-level data access logic from business logic.
在整个应用程序中使用数据访问对象(DAO)使我们可以将底层数据访问逻辑与业务逻辑分离开来。
The Contacts Sample uses a multitier pattern for data access: presentation - service - data access object - database.
Contacts Sample 在数据访问中使用了多层模式:表示 - 服务 - 数据访问对象 - 数据库。
We'll begin with a review of the Data Access Object pattern.
我们将从回顾数据访问对象模式入手。
The goal of the data Access Object pattern is to provide a single point of contact to a particular data source.
数据访问对象模式的目的是提供到特定数据源的单个联系点。