NHibernate 父子关系:NH 是否更新实体缓存中的父项?
如果我更新父子关系中的子项,该子项也会更新 在二级缓存中。但家长呢?是否可以在没有情况下做到这一点 访问数据库?
谢谢!
If I update a child in a parent-child relationship, the child gets updated
in the L2 cache. But what about the parent? Is it possible to do this without
hitting the database?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当相应的实体更新并且相应的事务提交时,L2实体缓存也会更新。关系并不重要。
The L2 entity cache is updated when the corresponding entity is updated and the corresponding transaction is committed. Relationships don't matter.