Skip to content

Comments

[Fix] Quiz 엔티티 영속성 컨텍스트 꼬임 문제 해결#72

Merged
Dimo-2562 merged 6 commits intomainfrom
fix/#71
May 28, 2025
Merged

[Fix] Quiz 엔티티 영속성 컨텍스트 꼬임 문제 해결#72
Dimo-2562 merged 6 commits intomainfrom
fix/#71

Conversation

@Dimo-2562
Copy link
Collaborator

🔍 개요

Quiz 엔티티가 detached 상태로 save를 시도해서 에러가 발생했습니다.
중복된 save를 호출하는 대신 JPA의 Dirty Checking으로 해결했습니다.

@Dimo-2562 Dimo-2562 requested a review from Joon9750 May 28, 2025 08:35
@Dimo-2562 Dimo-2562 self-assigned this May 28, 2025
@Dimo-2562 Dimo-2562 merged commit b4ec4e6 into main May 28, 2025
1 check passed
@Dimo-2562 Dimo-2562 deleted the fix/#71 branch May 28, 2025 08:40
@Dimo-2562 Dimo-2562 linked an issue May 28, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] Quiz 엔티티 영속성 컨텍스트 꼬임 문제 해결

1 participant