开发者

How NHibernate implement the batching operation?

开发者 https://www.devze.com 2023-03-07 08:20 出处:网络
What is the开发者_如何学Python solution of NHibernate for batching operations? NHibernate is open source. You can download source codes and check the whole implementation.

What is the开发者_如何学Python solution of NHibernate for batching operations?


NHibernate is open source. You can download source codes and check the whole implementation.

  • For batching insert / update / delete commands start with AbstractBatcher class
  • For batching selects start with FutureBatch class
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号