5. Spring Data JPA

Spring Data JPA

Dao와 Repository 차이

DAO가 Data Access 관점에 무게를 두고 있다면 Repository는 객체를 관리하는 Collection에 가까운 느낌으로 사용하게 된다.

JPA Repository와 DDD의 Repository

Spring AOP

Transactional

출처: 자바 ORM 표준 JPA 프로그래밍

Last updated