영속성 컨텍스트란

영속성 컨텍스트의 특징

스크린샷 2023-08-18 오전 12.18.13.png

엔티티의 생명주기

스크린샷 2023-08-18 오전 12.11.01.png

영속성을 갖는 엔티티는 일반 객체와 뭐가 다른걸까?

Untitled

1차 캐시

entityManager.persist(member); //  영속성 컨텍스트의 1차 캐시에 저장됨
entityManager.find(Member.class, member.getId()) // 1차 캐시에서 조회