NHibernate:使用 IStatelessSession 手动处理读取值的集合
在将实体批量加载到数据库期间,我遇到了这样一种情况:传入实体依赖于数据库中的现有实体来计算值。此依赖项本身具有值类型的集合,用于帮助计算此值。由于我使用的是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论