Guides and such
- Migration Guide
-
Migration guide covering migration to 6.6 from the previous version
- Hibernate 6 Guide
-
Introductory guide to Hibernate ORM 6
- Hibernate Query Language Guide
-
Guide to the Hibernate Query Language
- Hibernate Data Repositories Guide
-
Guide to the Hibernate Data Repositories annotation processor.
- User Guide
-
Guide covering most user facing concepts and APIs of Hibernate
- Getting Started Guide
-
A quickstart-style guide with tutorials. See also the Obtaining Hibernate section discussing the Hibernate artifacts and how to obtain them.
- 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.
- Dialect report
-
Report of supported databases and versions