Hibernate ORM

Documentation - 6.2

Guides and such

Getting Started Guide

A quickstart-style guide with tutorials. See also the Obtaining Hibernate section discussing the Hibernate artifacts and how to obtain them.

Migration Guide

Migration guide covering migration to 6.2 from the previous version

User Guide

Guide covering most user facing concepts and APIs of Hibernate

Integrations Guide

Guide covering topics of interest for developers looking to develop integrations with Hibernate.

Hibernate JavaDoc

The Hibernate JavaDocs

Jakarta Persistence 3.1 JavaDoc

The Jakarta Persistence (3.1) JavaDocs

FAQ

The FAQ

GitHub-hosted wiki

Wiki hosted at GitHub

Incubating report

Report of code that is considered incubating, and therefore subject to change.

Deprecation report

Report of code that is considered deprecated. Defined as the union of @Deprecated and @Remove

Internals report

Report of code that is considered internal and not supported for use by code other than Hibernate itself.

Back to top