Hi,
Hibernate version:1.2
I am NHibernate newbie working on a multi-user C# WinForms application. This has multiple parent-child-child being handled using DataGridViews.
All child classes are mapped with inverse=true and lazy = true and I am currently using session-per-form strategy for fetching.
This is resulting in stale data being presented. I encounter LazyInitializationException when I try to switch to session-per-unit of work fetching strategy.
I need urgent help in terms of pointers to articles, sample codes etc to handle this problem. Most of the articles in the forums refer to WebForms which don't help much.
Thanx in advance,
Bala
|