--- Benoit Voisin <[EMAIL PROTECTED]> wrote: > Hi all, > > I am using XDoclet to generate my Hibernate hbm.xml > files. It works > perfectly (thanks for the great job to all implied), > except with Lightweight > classes ( http://hibernate.bluemars.net/41.html > <http://hibernate.bluemars.net/41.html> ). > > To correctly use Lightweight classes, you need to > add { > polymorphism="explicit" } to your HeavyClass.hbm.xml > (otherwize Hibernate > will always load the Heavy when you only asked for > the Light...). IE : > <class name="Customer" table="customers" > polymorphism="explicit"> ... > > My question, how do I add this attribute using > XDoclet since the > @hibernate.class does not support an polymorphism > attribute ? > > Should I write a feature request (and eventually > implement a patch for it), > or is there an easier way ?
you shall enter feature request in JIRA. If you already have patch - upload it also regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
