Gunakan anotasi berikut di User
Entitas:
@ElementCollection
@CollectionTable(name = "user_roles")
@Column(name = "role_id")
private Set<Role> roles;
Gunakan anotasi berikut di User
Entitas:
@ElementCollection
@CollectionTable(name = "user_roles")
@Column(name = "role_id")
private Set<Role> roles;