Hi folks,
I have the following xdoclet attributes in a java bean for the id property.
* @hibernate.id
* generator-class="sequence"
* generator-parameter-1="SQL_SEQUENCE_NAME"
the associated xdoclet output is the following:
<generator class="sequence">
<param>SQL_SEQUENCE_NAME</param>
</generator>
Unfortunately I do not know how to specify the crutial name attribute by
means of xdoclet attributes in order to get the desired result:
<generator class="sequence">
<param name="sequence">SQL_SEQUENCE_NAME</param>
</generator>
Does anybody know how to do that?
Regards,
Alexander Thomas
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user