Is there a way to generate an hbm.xml for each subclass?

I have a model in which I have a class A with multiple subclasses (B, C, D). I use table-per-subclass OR mapping strategy to map each of these classes to entities TableA, TableB, TableC, TableD.
When I generate code (POJOs) I get the 4 classes A.java, B.java, C.java, D.java generated, but only 1 hibernate mapping file (hbm.xml) A.hbm.xml.

Is there a way so that I can generate more than one hbm.xml file for a class hierarchy? I would like to generate 4 hibernate mapping files.
This is important so that when one of the sub-classes is further extended, lets say Z extends B, I only need to worry about adding the new Z.java class and new Z.hbm.xml class instead of modifying the one big hibernate mapping file that is generated now.

Hi screagan,

Thanks for your post. We are sorry that currently we do not support generating hbm.xml files for each class, but we will consider to support it. Once there is any news about this issue, I’ll come back to you immediately.

If there are any inquiries, please do not hesitate to contact me.

Best regards,
Lilian Wong

Hi screagan,

Regarding to the generating separating hbm.xml files for classes, we decided to support it in VP Site 3.3 SP1 (DB-VA 4.3 SP1) which will be released around September. Once the feature is available, I’ll come back to you immediately.

Best regards,
Lilian Wong

Hi Screagan,

How are you today? I’m glad to share with you that we released VP Suite 3.3 SP1 (DB-VA 4.3 SP1) already. You can download the new version installer from the Download site in our website ( http://www.visual-paradigm.com/download/download.jsp?product=vpsuite ).

I hope you will enjoy our new version software! If there is anything I can help, please feel free to ask.

FYI, details of new/enhanced features in VP Suite 3.3 SP1 can be found at http://www.visual-paradigm.com/product/news.jsp

Best regards,
Lilian Wong