nhibernate - Change to lazy loading at runtime -
I'm using nibernate which does not load the parental class in a lazy way and I have several child-to-many children The class that I want to run to run lazy or not rather in the run time. I am using .hbm.xml mapping and I tried to change the set of "lazy" assets after loading the assemblies, is it possible?
I think the best (only) way is to set lazy = false and then use your HQL "
/ asger
Comments
Post a Comment