hi!
maybe i'm a blockhead, but i can't find a solution for generating the following xml-mapping-code by the use of XDoclet 1.2.3
Code:
<map
name="lieferoptionen"
table="MapLieferoptionenToEinkaufsartikel"
lazy="true"
sort="unsorted"
cascade="all"
>
<key
column="id_einkaufsartikel"
not-null="true"
/>
<map-key-many-to-many
column="id_lieferant"
class="rippDatPro.model.stammdatenverwaltung.bo.Lieferant"
/>
<one-to-many
class="rippDatPro.model.einkauf.bo.Lieferoption"
/>
</map>
does anybody have a solution?
thanks for any help!
phoku