--- Mark Lowe <[EMAIL PROTECTED]> wrote: > > But I want to create only one hibernate mapping > > file, and not one .hbm.xml mapping file for each > > class. > > I could be off mark here, but thats what xdoclet is > for, getting around > the problem of having multiple disparate resources. > I doubt hibernate > supports having a single mapping file, but I'd ask > this question on the > hibernate forum before seeing whether xdoclet can do > it, otherwise it > would be wasted effort.
HIbernate supports single mapping file. But they say it's not preferred, but merely tolerated. After all, when xdoclet generates it it just does not matter if it is one, or more. It ends up buried deep into package hierarchy of distribution jar file, and hibernate loads it automagically. 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! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ------------------------------------------------------- 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
