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类不会自动编译,需手动编译一下。。。大坑
网友评论