I'm using NHibernate 2.1.2 and Spring 1.3
I have two Text columns (blobs) in one of my classes. I'm trying to use lazy="true" for the mapping of those properties but NHProfiler still shows the two columns being added to the SELECT statement when the main object is loaded.
I'm using Spring.NHibernate session factory and have configured ProxyFactory with both Castle and Spring with no luck.