美文网首页
xx is not mapped [select * from

xx is not mapped [select * from

作者: little多米 | 来源:发表于2019-02-13 09:34 被阅读0次

xx is not mapped [select * from XX]

环境:在idea的Persistence执行hql时报的错

hql使用了正确的语法还是报该错误(使用类属性和类名)

原因:当前的console不能识别后来的Generate Persistence Mapping,必须重新打开一个Hibernate Console

重新打开一个console后,有可能还会报java.lang.ClassNotFoundException: Could not load requested class

原因是生成的Entity类不会自动编译,需手动编译一下。。。大坑

相关文章

网友评论

      本文标题:xx is not mapped [select * from

      本文链接:https://www.haomeiwen.com/subject/gxyqtqtx.html