I receive following error when I save the object using Hibernate
object references an unsaved transient instance - save the transient instance before flushi
I think is because you have try to persist an object that have a reference to another object that is not persist yet, and so it try in the "DB side" to put a reference to a row that not exists