hi there...
it looks like i found the solution...
i hope not to find any bugs within the next days...
anyway, just for those who were interested, this is a part of the mapping files i used...
Table Prozess
Code:
....
<set name="Tasks">
<key >
<!--The following columns are those
that represent my compositeKey -->
<column name="PROZESS_ID"/>
<column name="PROZESS_VERSION"/>
</key>
<one-to-many class="Task"/>
</set>
....
Table Task
Code:
....
<property name="prozessID" column="PROZESS_ID" />
<property name="prozessVersion" column="PROZESS_VERSION" />
......
it looks so damn easy...
cu Jens