I have quite a problem with NHibernate. I have a reference from Table1 to Table2, and I want NHibernate to, when a corresponding record is not found in Table2, to not then issue
try
.Not.LazyLoad();
instead of .LazyLoad(laziness.false);