using xdoclet 1.2-b2, is it possible to generate the neccesary <dependent-value-classes /> block in the <jbosscmp-jdbc /> file?
i have a serializable java object that holds 2 strings, username of who inserted the record, and the date that the object was inserted.  these 2 fields map to audit_username and audit_date that i have in every database table.  instead of having get/set methods for these i want to wrap audit information into a dependent value class.
 
is it possible to generate this block from xdoclet?
Ryan

Reply via email to