Is the default behavior with Fluent NHibernate to

2019-02-21 22:33发布

问题:

when I am setting up my fluent mappings, what is the default for collections? Do I need to explicitly set them as lazy-load, or is that the default?

回答1:

Note this is changed as of current day to be inline with NHibernate standards which is lazy loading is enabled by default for everything.