简体   繁体   English

NHibernate如何实现批处理操作?

[英]How NHibernate implement the batching operation?

NHibernate用于批处理操作的解决方案是什么?

NHibernate is open source. NHibernate是开源的。 You can download source codes and check the whole implementation. 您可以下载源代码并检查整个实现。

  • For batching insert / update / delete commands start with AbstractBatcher class 对于批处理插入/更新/删除命令,请从AbstractBatcher类开始
  • For batching selects start with FutureBatch class 对于批处理选择以FutureBatch类开始

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM