Errata corrige

Thanks to my friend Janky for notice that I made a mistake in a previous post. In that post I speak about a “conversation” but actually I was describing a UnitOfWork, that was my fault. The exact definition of a conversation is given in “Hibernate In Action” where Gavin King states that.

“We call a unit of work that completes in several client/server request and response cycles a conversation “.

So a conversation is really a unit of work, but more complex than a standard one because it span several request, and naturally it use more than one NHibernate session.

Thanks again to janky for making me notice the error.

Alk.