Relative Content

Tag Archive for javahibernatejpa

Hibernate Found shared references to a collection error

I’m having an issue with a List(or set I tried both) in my ecommerce website where I try to add a List of Jewelry(called CartJewelry in my code) that are in the Cart entity to the Order entity and I keep getting this error Caused by: org.hibernate.HibernateException: Found shared references to a collection: com.batavia.ecommerce.model.ClientOrder.cartJewelryItems. I know it’s specifically that list cause when I don’t pass it to the order entity it saves without an issue.