为什么实体管理器在容器管理中不是线程安全的?
为什么实体管理器在容器管理中不是线程安全的? oracle应用服务器支持实体管理器线程安全吗?
Why entity manager is not thread safe in container manage?
Does oracle application server support entity manager to be thread safe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
EJB 标准不允许/支持多线程 EJB,因此实体管理器不需要线程安全,因为它永远不需要该功能。
The EJB standard doesn't allow for/support multithreaded EJBs, thus there's no need for the entitymanager to be threadsafe as it's never supposed to need that functionality.