I receive following error when I save the object using Hibernate
object references an unsaved transient instance - save the transient instance before flushi
If your collection is nullable just try: object.SetYouColection(null);
object.SetYouColection(null);