<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>JPA on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/jpa/</link><description>Recent content in JPA on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.7</generator><language>ko</language><lastBuildDate>Tue, 01 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/jpa/index.xml" rel="self" type="application/rss+xml"/><item><title>Hibernate 'object references an unsaved transient instance' 오류 해결 — 저장 전 flush 시점의 종속 엔티티 문제</title><link>https://tokkabi.com/posts/hibernate-object-references-unsaved-transient-instance/</link><pubDate>Tue, 01 Sep 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/hibernate-object-references-unsaved-transient-instance/</guid><description>Hibernate로 엔티티를 저장할 때 &amp;#39;object references an unsaved transient instance - save the transient instance before flushing&amp;#39; 오류가 발생하는 근본 원인과 해결책을 설명한다. 엔티티 상태(transient/persistent) 이해, cascade=CascadeType.ALL 설정, flush 시점에서의 종속 엔티티 저장 순서를 중심으로 다룬다.</description></item></channel></rss>