■ JPA는 Java Persistence API 이다.

■ JPA는 ORM(Object Relational Mapping) 기술이다.

■ JPA는 반복적인 CRUD작업을 생략하게 해준다.

■ JPA는 영속성 컨텍스트(Context)를 가지고 있다.