NHibernate.Linq and MultiCriteria

前端 未结 3 1610
花落未央
花落未央 2021-02-08 00:46

Anybody know of a way to batch NHibernate queries using NHibernate.Linq like you can do with MultiCriteria and ICriteria objects?

With MultiCriteria I can create somethi

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-08 01:08

    I have a solution that enables both batching a fetching strategies using NHibernate Linq, but the code is king of complex. It's too much to list here. I am going to be talking about it on my blog on devlicio.us pretty soon. I'll update this comment when I write the first post.

提交回复
热议问题