使用 JBoss AS 6 和 TransactionAttribute.NEVER 进行延迟加载?
虽然在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论