: Re: [Hibernate] problems with cascade
If I delete the entry in the project-table than the childs will be deleted,
to.. that's all fine. But i only want to delete the children, without deleting
the parent entry, for example "project.getManagers().clear() - The problem is
that it would
No a hibernate member, but maybe cascade="all, delete-orphan" could do the
trick ?
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Ingo Villnow
Envoyé : mercredi 21 novembre 2007 11:05
À : hibernate-devel@lists.sourceforge.net
Objet : [Hibernate] p