JPA / Hibernate – Use a Map as an association
JPA / Hibernate – Use a Map as an association
In this article we will see how to use a Map as an association between our entities, according to the Hibernate documentation, there are several annotations available (@MapKey, @MapKeyColumn, @MapKeyJoinColumn, @MapKeyEnumerated, @MapKeyTemporal, etc.)