which is the source from where get an HbmMapping instance ? an Xml mapping ? a mapping-by-code ?
The Configuration can work with an instance of HbmMapping. If you add an XML the Configuration will convert it to an HbmMapping before bind it. On Fri, Jul 22, 2011 at 1:52 PM, Matteo Migliore <[email protected]>wrote: > I just buyed the book, and I know NHibernate, I need a way to get the > HbmMapping from the Configuration object, > I know how to create the mapping. > > > On Fri, Jul 22, 2011 at 6:47 PM, John Davidson <[email protected]>wrote: > >> The excellent book NHibernate 3 Cookbook contains an easy to follow recipe >> for preparing an HbmMapping document. Buy the >> book<http://www.packtpub.com/nhibernate-3-0-cookbook/book> >> >> As an aside this group is for development of NHibernate rather than the >> use of NHibernate >> >> John Davidson >> >> >> On Fri, Jul 22, 2011 at 12:23 PM, Matteo Migliore < >> [email protected]> wrote: >> >>> Hi! >>> >>> Is there a way to get the HbmMapping instance from an instance of >>> Configuration class? >>> >>> Thanks! >> >> >> > -- Fabio Maulo
