Relative Content

Tag Archive for hibernatespring-securitymany-to-many

Hibernate does not fetch ManyToMany relation data

I am trying to read data from the database, using Hibernate.
I have following data model, which holds some user credentials data, split into several entities, with Entity C holding User authorization roles (user can have more than 1 role, hence ManyToMany):