[JPA] 영속성 관리
[JPA] 영속성 관리 엔티티 매니저 펙토리 & 엔티티 매니저 영속성 컨텍스트 엔티티의 생명주기 영속성 컨텍스트의 특징 플러시 준영속 정리 엔티티 매니저 펙토리 & 엔티티 매니저 엔티티 매니저 (EntityManager) Make an instance managed and persistent. Params:entity – entity instance 엔티티 ( Entity )에 관한 모든 일 처리 저장 / 수정 / 삭제 / 조회... etc 엔티티를 저장하는 가상의 데이터 베이스 엔티티 매니저 팩토리 (EntityManager Factory) Create a new application-managed EntityManager. This method returns a new EntityManager ins..
2022.12.19