DAO is meaningless now?

本文探讨了在Spring框架中数据访问对象(DAO)的传统用途及其与业务逻辑的分离。通过对比JPA标准,说明了直接将持久化上下文注入到服务层的方法,这种方法简化了从一种数据访问实现切换到另一种实现的过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

The following text comes from Pro Spring 3:

Traditionally, in the data access layer, developers will implement data access objects (DAOs) to separate the data access logic from the business logic. Those DAOs will be injected into the objects within the service layer. The intention is to make the switch from one data access implementation to another easier. However, the DAO pattern introduces one more layer between the service layer and backend database, which has proven to be quite cumbersome in most scenarios. In addition, by using standards like JPA, the persistence context can be injected directly into the service layer for data access, using the standard API as defined by JPA. You then have the flexibility to switch from one JPA persistence provider to another (such as from Hibernate to Eclipselink) easily. As a result, most applications these days do not use DAO, and all the business and data access logic is encapsulated into the service layer.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值