Hibernate用到HQL查询时的错误
Posted 镜湖月色
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hibernate用到HQL查询时的错误相关的知识,希望对你有一定的参考价值。
Exception in thread "main" org.hibernate.hql.internal.ast.QuerySyntaxException: student is not mapped [from student]
研究了一下发现,原来是HQL查询是基于持久化类查询,而不是基于数据库,我的数据库表是student,而类是Student,所以就出错了,正确应该是from Student
以上是关于Hibernate用到HQL查询时的错误的主要内容,如果未能解决你的问题,请参考以下文章
使用Hibernate HQL从Oracle DB检索记录时的性能问题
hibernate中session,HQL,持久化,一对多,多对一
JPA 查询连接错误:org.hibernate.hql.internal.ast.QuerySyntaxException:连接所需的路径
hibernate hql case when 子查询报java.lang.NullPointerException错误