<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>JPA on NineKoo9's story</title><link>https://NineKoo9.github.io/tags/jpa/</link><description>Recent content in JPA on NineKoo9's story</description><generator>Hugo -- gohugo.io</generator><language>ko</language><copyright>© 2026 NineKoo9</copyright><lastBuildDate>Sun, 15 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://NineKoo9.github.io/tags/jpa/index.xml" rel="self" type="application/rss+xml"/><item><title>왜 Spring 싱글톤 빈은 무상태여야 할까? 스레드, Entity, @Configuration까지</title><link>https://NineKoo9.github.io/posts/spring-singleton-thread-safety/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/spring-singleton-thread-safety/</guid><description>Spring 싱글톤 빈의 무상태 설계, 지역 변수와 스레드 안전성, Entity와 persistence context, @Configuration의 CGLIB 동작을 한 번에 정리합니다.</description></item><item><title>[JPA] 영속성 컨텍스트와 캐시 — Auto Scaling 환경에서 데이터 정합성은 괜찮을까?</title><link>https://NineKoo9.github.io/posts/jpa-cache-autoscaling-consistency/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/jpa-cache-autoscaling-consistency/</guid><description>Auto Scaling으로 서버가 여러 대일 때 JPA 영속성 컨텍스트와 2차 캐시가 데이터 정합성을 깨뜨리는지, 각 캐시의 범위와 해결 방법을 코드 예시와 함께 정리합니다.</description></item><item><title>[JPA] @OneToOne 에 지연 로딩을 적용했지만, 왜 지연 로딩이 안되고 즉시 로딩이 되는 걸까요?</title><link>https://NineKoo9.github.io/posts/jpa-onetoone-lazy-loading-issue/</link><pubDate>Tue, 23 Jul 2024 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/jpa-onetoone-lazy-loading-issue/</guid><description>JPA @OneToOne 관계에서 지연 로딩이 동작하지 않고 즉시 로딩되는 원인을 프록시 메커니즘을 통해 분석합니다.</description></item><item><title>[Spring] DTO와 Entity에 @Getter, @Setter, @RequiredArgsConstructor, @NoArgsConstructor 뭘 써야 할까?</title><link>https://NineKoo9.github.io/posts/lombok-annotations-dto-entity/</link><pubDate>Thu, 02 May 2024 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/lombok-annotations-dto-entity/</guid><description>DTO와 Entity의 역할 차이에 따라 Lombok 어노테이션(@Getter, @Setter, @NoArgsConstructor, @RequiredArgsConstructor)을 어떻게 선택해야 하는지 코드 예시와 함께 정리합니다.</description></item></channel></rss>