NHibernate:使用 IStatelessSession 手动处理读取值的集合

发布于 2024-11-03 09:33:49 字数 190 浏览 0 评论 0原文

在将实体批量加载到数据库期间,我遇到了这样一种情况:传入实体依赖于数据库中的现有实体来计算值。此依赖项本身具有值类型的集合,用于帮助计算此值。由于我使用的是 IStatelessSession,因此当通过会话加载实体时,该集合将被忽略。我想手动处理此集合的负载,但无法找到有关如何执行此操作的指导。

任何人都可以建议手动查询集合中的值的最简单方法吗?

During bulk load of entities into a database, I have a scenario where an incoming entity relies on an existing entity in the database in order to compute a value. This dependency itself has a collection of value types which is used to help compute this value. Since I am using IStatelessSession, this collection is ignored when the entity is loaded via the session. I'd like to handle the load of this collection manually but am having trouble finding guidance on how to do this.

Can anyone suggest the easiest way to query values into a collection manually?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文