Implementing an AttributeConverter With JPA
All JPA implementations, including Hibernate, provide default mappings for a large set of standard Java classes. Through these mappings it is possible to model the […]
All JPA implementations, including Hibernate, provide default mappings for a large set of standard Java classes. Through these mappings it is possible to model the […]
In this article, we will see how to map a composite key with JPA and Hibernate using the annotations that JPA makes available to us.
Many-to-many relationships are one of the most commonly used relationships with JPA. In this tutorial we’ll see how to map a many to many relationship
There are several ways to map a one-to-one relationship with JPA and Hibernate, in this tutorial we will look at some of them. One to
In this tutorial we’ll see how to map a one-to-many relationship with JPA and Hibernate, and the possible ways to do it. We’ll also learn