Top "Mapping-by-code" questions

Mapping-by-code is NHibernate's own API by which mappings can be configured by code.

Using a Property mapping with a Formula in NHIbernate

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-code
NHibernate 3.2 many to many mapping by code

I'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-code
NHibernate mapping by code ManyToOne with CompositeIdentity

I 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-code
Getting started with NHibernate 3.2 Loquacious API

I'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