org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing
"message":
"org.hibernate.TransientPropertyValueException:
object references an unsaved transient instance
- save the transient instance before flushing
: com.exciting.vvue.memory.model.PlaceMemory.place
-> com.exciting.vvue.place.model.Place;
nested exception is java.lang.IllegalStateException:
org.hibernate.TransientPropertyValueException:
object references an unsaved transient instance -
save the transient instance before flushing
: com.exciting.vvue.memory.model.PlaceMemory.place
-> com.exciting.vvue.place.model.Place"
Place를 미리 저장하고, PlaceMemory의 연관관계로 주입해준다.
[동시성 문제] 다양한 기법을 활용한 해결 방안 (0) | 2024.12.21 |
---|---|
[쀼] Next-Auth redirect mismatch (0) | 2023.10.05 |
Merge Request & Code Review가 중요하다 : 프로젝트에서 CI/CD 파이프라인 구축 & 수행하면서 느낀점 (0) | 2023.09.01 |
임베디드 타입이 DB 테이블 중 어떤 컬럼과 매핑되는지 알 수 없어서 생기는 문제 (0) | 2022.12.31 |
[javascript-issue01] for문과 비동기🥴 (0) | 2021.09.27 |