JPA: 名称的 NamedQuery:;未找到
我正在为 JPA 使用 Netbeans 6.9.1 和 TopLink Essentials。 我已按照 JPA 连接的必要步骤进行操作。
然而,当我在特定实体中执行命名查询时。 这个异常总是返回给我,
NamedQuery of name: [the query name] not found.
这怎么可能,我该如何解决这个问题?
I'm using Netbeans 6.9.1 and TopLink Essentials for the JPA.
I had followed the necessary steps for JPA connection.
Yet when I execute a named query in a particular entity.
This exception always return to me
NamedQuery of name: [the query name] not found.
How is this possible and how can I resolve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题。
我不能确定,但覆盖 persistence.xml 似乎是一个解决方案
I had solved the problem.
I can't be sure but overwriting the persistence.xml seemed to be a solution