Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[우지원] 2024 GDG Spring Advanced Study - 8주차 #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jiwonniy
Copy link
Member

@jiwonniy jiwonniy commented Nov 27, 2024

📒 개요

6장 AOP

  1. 트랜잭션 속성
  2. 애노테이션 트랜잭션 속성과 포인트컷
  3. 트랜잭션 지원 테스트

👀 새롭게 배운 점

  • 선언적 트랜잭션과 프로그램에 의한 트랜잭션이 존재한다.
  • @transactional 어노테이션은 스프링의 AOP 기반으로 동작한다.
  • 스프링은 @transactional 을 적용할 때 4단계의 대체 정책을 이용한다는 것을 알게 되었다.

📍 질문

  • 트랜잭션의 전파 속성들
  • @transactional 애노테이션을 찾는 순서

@jiwonniy jiwonniy added the documentation Improvements or additions to documentation label Nov 27, 2024
@jiwonniy jiwonniy self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant