Data Access Layer的意思|示意
数据访问层
Data Access Layer的网络常见释义
数据访问层 数据访问层(Data Access Layer):该层主要实现对数据的保存和读取操作,它会将存储在数据库中的数据提交给业务逻辑层,同时把业务逻辑层处理完的数据保存到数据库中...
Data Access Layer相关短语
1、 DAL-Data Access Layer 数据访问层
2、 the data access layer 数据访问层
3、 DAL Data Access Layer 数据访问层
Data Access Layer相关例句
Begin by taking a look at this application, specifically its data access layer.
首先看看这个应用程序,特别是它的数据访问层。
PureQuery provides some basic object-table mapping functionality that can be very useful when you are developing your data access layer.
pureQuery提供了一些基本的对象-表映射功能,这在开发数据访问层时非常有用。
Finally, the data access layer is a persistent data store, such as a database or file storage.
最后,数据访问层是持久化的数据存储,比如数据库或文件存储。
The Business Logic Layer, in turn, requests that the data Access Layer deal with data persistence.
而业务逻辑层则请求数据访问层处理数据持久性。
If a data access layer is used, the code might be consolidated there and hidden from the using application.
如果使用数据访问层,代码将整合到其中,对于使用的应用程序是不可见的。
Auto-generate simple data access layer with much less code than JDBC.
使用比jdbc少得多的代码自动生成简单的数据访问层。