Top "Nhibernate-3" questions

Use this tag for Nhibernate version 3.x series specific question.

Join multiple tables with NHibernate and QueryOver

I have this tables: Person -> PersonFavorites, PersonCompany PersonCompany -> Company I have now to do the following …

nhibernate queryover nhibernate-3
NHibernate Current Session Context Problem

I've recently moved from using an ISession directly to a wrapped ISession, Unit-of-Work type pattern. I used to test this …

nhibernate fluent-nhibernate nhibernate-3
What can be used as a NHibernate QueryOver alias?

I know so far that a local variable or a local property can be used as an alias like so …

queryover nhibernate-3
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
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
Serialize nhibernate entity to json error: Cannot serialize a Session while connected

I'm trying to serialize an nhibernate entity in to json but I always get this error saying Cannot serialize a …

asp.net-mvc-3 json.net nhibernate-3