is not mapped这个异常的抛出主要有几个方面:
1、首先要检查的就是不是表名,这个应该大家都知道,hql语句对大小写很严格,因此请注意大小写;你的hql语句中的from是实体类而
2、你的hibernate配置文件中没有加入相应的映射文件<mapping resource=" " />;
org.hibernate.hql.ast.QuerySyntaxException: is not mapped解决办法,布布扣,bubuko.com
org.hibernate.hql.ast.QuerySyntaxException: is not mapped解决办法