Hi,
I have a Hibernate mapping that requires a <parent> sub-element within a <component>, and it appears that there is currently no way to generate this in Xdoclet (I'm using a recent CVS build of Xdoclet).
So it seems like the way to handle this probably with an Xdoclet merge point, but it's not clear to me how to set that up... the example/explanation in the Xdoclet documentation is all about EJB, and I can't relate! :-)
Can anyone provide an example of how to set up a merge point for Hibernate? There's this hint at the bottom of the generated mapping documents:
<!--
To add non XDoclet property mappings, create a file named
hibernate-properties-Reseller.xml
containing the additional properties and place it in your merge dir.
-->
...but I don't know if what that's talking about is really what I need, or how exactly to go about it if it is.
Thanks a lot for any help,
Mark
