entity life cycle1 [Spring boot] EntityManager & JPA Entity Life Cycle Entity ManagerEntityManager는 Persistent Context 내에서 Entity들을 보관 관리한다.Persistent Context와 JPA에 대한 내용은 아래 포스팅에 자세히 나와있다. [Spring boot] Persistent Framework & JPA의 등장데이터 영속성Persistence(영속성)은 데이터들이 프로그램이 종료되어도 사라지지 않고, 어떤 곳에 저장되는 개념을 뜻한다.물리적인 저장소를 이용해 프로그램의 상태와 상관없이 데이터를 저kyu-nahc.tistory.com EntityManager는 JPA에서 제공하는 interface로 Spring Bean으로 등록되어 있어 Autowired 또는 생성자 주입으로 사용할 수 있다.Query Method, Si.. 2024. 8. 11. 이전 1 다음