Top "Hbm" questions

A Hibernate (and NHibernate) feature that allows for both HQL and SQL queries to be stored in a file

The element 'class' in namespace 'urn:nhibernate-mapping-2.2' has invalid child element 'property'

The hbm file is: <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> <class name="EMSApplication.Domain.Employee, EMSApplication.Domain" table="ems_…

c# nhibernate hbm
Breaking changes with NHibernate 4 upgrade

I can see what's new and fixed in NHibernate 4.0 I would like to know if anyone has had issue with …

c# nhibernate hbm nhibernate-3 nhibernate-4