On Mon, Aug 30, 2010 at 1:23 PM, George Mauer <[email protected]> wrote:
> Yeah, if I had to do it over again I'd probably do FNH. > > The initial reasoning was that since the meta-data we were mapping from was > in xml and the end-result was hbm xml that we could just do the > transformation via an XSLT transform. Plus this was just at the time that > FNH was going through a major syntax change so I figured stick with hbm. Of > course I looked at xslt for all of 5 minutes said screw it and wrote a big > ol' LINQ statement to do the transform. > With NH3 you can fill Hbm* classes and add it directly to the configuration: http://fabiomaulo.blogspot.com/2010/01/map-nhibernate-using-your-api.html http://fabiomaulo.blogspot.com/2010/03/nhibernate-mappings-path.html -- Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
