Is the default behavior with Fluent NHibernate to lazy load HasMany collections?

前端 未结 1 1433
既然无缘
既然无缘 2021-01-18 05:53

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条回答
  • 2021-01-18 06:28

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

    0 讨论(0)
提交回复
热议问题