In a Spring MVC application using Hibernate, a list that joins two entities in a ManyToMany relationship is not populating properly. The entities are Encounter
Every insert into the providerEncounterJunction table uses the same primary key. I would guess they are simply overwriting each other and you only really have one row in that table.