I am using XDoclet to generate my hibernate config files and want to use a merge file with an abstract base class.  I want the hibernate config of all of my concrete sub classes to contain the XML merge snippet for my abstract base class.  Since my base class is abstract, a hibernate config file is not generated for it and creating a hibernate—properties-AbstractBaseClass.xml merge file does nothing.  I could just create merge file for every one of my concrete classes that would have exactly the same config, but that seems like that would be very cumbersome and seems like it should be unnecessary.  What is the right way to do this?  Any help is appreciated.  Thanks!

 

            Edward

Reply via email to