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์ ์ฐ๊ด๊ด๊ณ๋ก ์ฃผ์ ํด์ค๋ค.