[Chapter 08] Transactional Propagation #99
Unanswered
Youngju-Jang
asked this question in
Chapter 08. Data Persistence
Replies: 1 comment
-
격리수준
격리수준 높을수록
격리수준 낮을수록
4단계 (Isolation.xxx)
READ_UNCOMMITED , Dirty Read
Read Committed, Non-Repeatable Read
Repeatable Read, Phantom Read
Serializable
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Propagation
1. Propagation.REQUIRED
2. Propagation.REQUIRES_NEW
3. Propagation.SUPPORT
4. Propagation.NOT_SUPPORT
5. Propagation.MANDATORY
TransactionalRequiredException
예외 발생6. Propagation.NEVER
7. Propagation.NESTED
Beta Was this translation helpful? Give feedback.
All reactions