Hibernate ORM

More resources

Third-party documentation, books, and other resources about Hibernate ORM.

If you want to add something to the list, contact us!

Official documentation

If you’re looking for the official getting started guide or reference documentation, see here instead.

Other official resources

GitHub-hosted wiki

Wiki hosted at GitHub

Tooling

Tools to help with Hibernate development.

Envers

Auditing and versioning of entities.

FAQ

Frequently asked questions.

Books

Java Persistence with Hibernate, Second Edition

Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds of individual examples. Authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 with the Java Persistence 2.1 standard (JSR 338).

High-Performance Java Persistence

A journey into Java data access performance tuning. From connection management, to batch updates, fetch sizes and concurrency control mechanisms, it unravels the inner workings of the most common Java data access frameworks.

Harnessing Hibernate

An ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently.

Hibernate Tips

More than 70 solutions to common Hibernate problems. Each Hibernate Tip consists of one or more code samples and an easy to follow step-by-step explanation.

Back to top