Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version3]
Hey ,
There is new feature in version 3 called " Xml Mapping"
http://www.hibernate.org/hib_docs/v3/re ... l/xml.html
My question -
When i save the tree (the dom4j Node) does it save also the children of this obj?
or example let say that i exctrct the parent node from the xml and save it -
dom4jSession.saveOrUpdate("hibernate.model.Parent", parent);
Does it save also his child?
I save the parent but i saw that only the parent insert to the DB.
how can i fix this problem?
Thank you all