@Maximilian Haru Raditya: only joined collections:
Maximilian Haru Raditya
September 28, 2014 at 10:46 AM
Does HQL support fetching any lazy property individually, instead of fetching the whole lazy properties?
Dawid Ciecierski
May 17, 2014 at 9:41 AM
Does SetFetchMode(association, FetchMode) not do something similar? If you need it for all properties, then perhaps a custom extension method would be a better way forward, as other providers do not have this functionality either AFAIK.
Only hql style queries support eager fetching of lazy-loaded properties. Request support for this via ICriteria.FetchAllProperties()