Re: [Hibernate] How to delete orphan children

2004-09-18 Thread Michael Gloegl
Hi, please stick to the user forum for such questions, as you have been told already. This is a developer list. Michael I've got a list of child objects (keywords) that I'd like to store in a separate table. My configuration is as such (it's xdoclet, but I'm sure you can see the gist of it): /**

[Hibernate] How to delete orphan children

2004-09-17 Thread Michael Mehrle
I've got a list of child objects (keywords) that I'd like to store in a separate table. My configuration is as such (it's xdoclet, but I'm sure you can see the gist of it): /** * Returns the keyword list associated with the referenced physical asset. * * @hibernate.set table="ImageMaster_Keywords"