开发者

How NHibernate implement the batching operation?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜