Re: [Hibernate] problems with cascade

2007-11-21 Thread Massip, Etienne
: 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

Re: [Hibernate] problems with cascade

2007-11-21 Thread Massip, Etienne
[Hibernate] problems with cascade Hello, i have the following problem. i have a table "projects" and a table "managers" with a i think called "1:N" relationship. My mapping file (partly):

[Hibernate] problems with cascade

2007-11-21 Thread Ingo Villnow
Hello, i have the following problem. i have a table "projects" and a table "managers" with a i think called "1:N" relationship. My mapping file (partly):                                 Now i want to delete all my managers concerning one