hi there, i am using xdoclet to generate hibernate mapping. in the hibernate.property tag, i always leave the column value unspecified. xdoclet will generate a column name using the property name. however, i would like to use hibernate's NamingStrategy to define the naming standard. (in my case, for property FooBar, i would like to use foo_bar as the column name.)
is there an easy around it? either i can tell hibernate not to generate the column name value (by modifying the xdt file), or xdoclet can take my naming strategy? thanks in advance. winston -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ xdoclet-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
