使用 JBoss AS 6 和 TransactionAttribute.NEVER 进行延迟加载?

发布于 2024-11-19 09:08:51 字数 260 浏览 2 评论 0原文

虽然在 Glassfish 3 中,我在无事务 EJB 方法上使用延迟加载没有问题,但我不知道如何使其与 JBoss AS 6 一起工作。

作为一种解决方法,我可以使用EntityManager.clear( 结束我的方法) ) ,但它并不是很性感...

有谁知道如何在使用 @TransactionAttribute(TransactionAttributeType.NEVER) 注释的 EJB 方法上使 hibernate 延迟加载与 JBoss AS 6 一起工作?

While, with Glassfish 3, I had no problem using lazy loading on no-transaction EJB methods, I can't figure out how to make it work with JBoss AS 6.

As a workaround, I can end my methods with entityManager.clear() , but it's not really sexy...

Does anyone know how to make hibernate lazy loading work with JBoss AS 6, on EJB methods annotated with @TransactionAttribute(TransactionAttributeType.NEVER) ?

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

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

发布评论

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