Hi,
I am using the <dynamic-component> hibernate mapping and XDoclet to generate my config file. XDoclet does directly support <dynamic-component> so I have to use a merge file which works fine for concrete classes, but if I want to push my dynamic component Map up into an abstract class there doesn't appear to be a way to generate the correct mapping in all of my concrete subclasses. I could just have a merge file for each of concrete classes that mapped the dynamic component of the base abstract class, but that seems like a hack and should be unnecessary. Any ideas are appreciated. Thanks!
Edward
|