Envers 查询返回惰性结果而不是急切结果

发布于 2024-12-07 05:53:03 字数 383 浏览 0 评论 0原文

我有一个 Envers 查询,它返回一个惰性结果,尽管该字段是在 hibernate-mapping 中使用lazy="false" 定义的。

我在 Hibernate-Envers 论坛上查了一下,没有找到任何有用的信息。

这就是我所拥有的:

hibernate-mapping - hibernate-mapping

这是运行时的结果

这是运行时的结果

你知道我做错了什么或者我怎样才能得到真正的对象而不是懒惰的对象吗?

提前致谢。

I have an Envers query that returns a lazy result although the field is defined in hibernate-mapping with lazy="false".

I have looked it up at the Hibernate-Envers forums and didn't find any useful information.

So this is what i have:

hibernate-mapping -
hibernate-mapping

This is the result during run-time

This is the result during run-time

Any idea about what am I doing wrong or how can i get the real object instead of the lazy one?

Thanks in advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

茶色山野 2024-12-14 05:53:03

Envers 不支持预加载。所有的关系都是懒惰的。

来源

Eager loading is not supported by Envers. All relationships are lazy.

Source

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文