Persistence
Data Persistence is a means for an application to persist and retrieve information from a non-volatile storage system
designpattern java jpa
Persistence
Persist(지속, 영속) 는 애플리케이션이 종료되더라도 계속 유지된다는 것을 의미한다.
Persistence simply means to Store Permanently. Data Persistence is a means for an application to persist and retrieve information from a non-volatile storage system.
따라서, Persistence Layer 라 하면 보통 DB 에 데이터를 저장하기 위한 Layer 를 의미한다.