Mapping Java Entities for Persistence With Hibernate (Part 4)

Learn more about mapping Java entities for persistence with Hibernate.

This post explores additional Java ORM mapping features in Hibernate/JPA, focusing on entity association mapping. Make sure to check the earlier posts: part 1, part 2, and part 3.

You may also like:  Hibernate Mapping Many-to-One Using Annotations

Also as a reminder, Hibernate is a powerful and feature-rich library – these posts serve as an overview of how to use some of its features to map Java domain model classes to relational tables. There are other topics that can be looked up in the official documentation.