더티 체킹이란 무엇이고, 어떻게 동작하나요? #157
alstn113
started this conversation in
Spring Data
Replies: 3 comments
-
[Dirty Checking] [동작 과정]
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Dirty Checking더티 체킹(Dirty Checking)은 JPA(Java Persistence API)에서 엔티티 객체의 변경 사항을 자동으로 감지하고, 이를 데이터베이스에 반영하는 메커니즘입니다. 코드에서 업데이트를 명시적으로 호출하지 않아도 됩니다. 동작 방식
더티 체킹의 이점
주의 사항
|
Beta Was this translation helpful? Give feedback.
0 replies
-
엔티티의 변경사항을 데이터베이스에 자동으로 반영하는 기능을 변경 감지라 한다.
|
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.
-
.
Beta Was this translation helpful? Give feedback.
All reactions