이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 12. Hibernate
12.1. About Hibernate Core 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Hibernate Core is an object/relational mapping library. It provides the framework for mapping Java classes to database tables, allowing applications to avoid direct interaction with the database.
For more information, refer to Section 12.2.2, “Hibernate EntityManager” and the Section 12.2.1, “About JPA”.