org.hibernate.hql.ast.QuerySyntaxException: is not mapped解决办法

1、首先要检查的就是不是表名,很有可能是表名大小写问题

2、你的hibernate配置文件中没有加入相应的映射文件<mapping resource=" " />;
 

猜你喜欢

转载自blog.csdn.net/Imobama/article/details/85007438
今日推荐