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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -