Notice
Recent Posts
Recent Comments
관리 메뉴

Developer Gonie

JPA(Java Persistence API) 본문

생소한 개발용어

JPA(Java Persistence API)

이대곤 2022. 5. 23. 12:01

https://gmlwjd9405.github.io/2019/08/04/what-is-jpa.html

 

[JPA] JPA란 - Heee's Development Blog

Step by step goes a long way.

gmlwjd9405.github.io

 

https://livenow14.tistory.com/70

 

[DB] 하이버네이트(Hibernate)란?

ORM 기술에 대한 명세인 JPA(Java Persistence API)의 구현체의 한 종류 JPA의 구현체이므로 JPA의 특징을 함께 정리했어요. Hibernate란? 하이버네이트는 자바 언어를 위한 ORM 프레임워크에요. JPA의 구현체

livenow14.tistory.com

ORM  장점/단점

장점

-재사용성이 좋음

-쿼리 많이 몰라도 

-객체로 쿼리 결과가 자동으로 맵핑되므로 편함

-DB 종류 바뀌어도 대응이 쉬움



출처: https://onecellboy.tistory.com/349?category=781398 [신불사 - 신현호라 불리는 사나이]

Comments