Languages
[Edit]
EN

Hibernate - OneToMany join with Map by key from another column

5 points
Created by:
Violet-Hoffman
652

In this short article we would like to show you how in Hibernate use @OneToMany annotation with Map<?, ?> property type to make join with indicated colum as map key.

e.g. Map<String, ?>, Map<Integer, ?>, Map<Long, ?>, etc.

Note: the example was tested on different database, if something doesn't work contact with us (go to about page).

Quick solution (for String key type):

GroupEntity.java file:

ItemEntity.java file:

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join