Mapping-by-code is NHibernate's own API by which mappings can be configured by code.
I am trying to map a property to an arbitrary column of another table. The docs say that the formula …
c# nhibernate properties mapping-by-codeI'm trying to learn NHibernate 3.2 built-in mapping by code api (NOT FluentNHibernate, nor xml). Can you help me to map …
nhibernate mapping many-to-many nhibernate-3 mapping-by-codeI am trying to convert my FluentNHibernate mappings to NHibernate Mapping By-code using NHibernate 3.3.3. The goal is to upgrade to …
nhibernate many-to-one mapping-by-codeI'm starting a new project and I want to use NHibernate 3.2. I know that it can now do something similar …
c# nhibernate mapping-by-code