: 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
[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):
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