[java] Hibernate Error: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session
You can check your Cascade Settings. The Cascade settings on your models could be causing this. I removed Cascade Settings (Essentially not allowing Cascade Inserts/Updates) and this solved my problem