Derek Chen-Becker wrote:
Hi,
I'm using the hibernatedoclet tags and I've gotten a joined subclass to work, but I can't figure out how to specify the table for the subclass. It works right now, but it just creates a table with the same name as the class. That doesn't fit our enterprise naming standards, so is this something that the hibernate doclet supports?


Thanks,

Derek


I guess the following class level tag attribute is what you're looking for:


@hibernate.joined-subclass
   table="TABLE_NAME_OF_THE_SUBCLASS"

cheers,

Roger



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to