fails « Relationship « JPA Q&A





1. Saving one-to-many relationship fails    forum.hibernate.org

Newbie Joined: Thu Jan 29, 2004 9:05 am Posts: 3 Location: Estonia Hi. I have one-to-many relationship mapped as Set. When performing cascade save, I get error: Could not synchronize database state with session. SQL insert, update or delete failed (row not found). However, all insert and update statements made by Hibernate look OK (all statement parameters are OK too). One ...