org.hibernate.hql.ast.QuerySyntaxException

2025-04-18 06:12:59

org.hibernate.hql.ast.QuerySyntaxException: XX 足毂忍珩is not mapped [from XX]

org.hibernate.hql.ast.QuerySyntaxException

1.看是否忘记将hibernate的映射文件添加到Hibernate.cfg.xml(使用Hibernate时)或者applicationContext.xml中

2.检查表中的字段和映射文件中的字段是否一一对应

3.检查字段名是否使用了数据库中的关键字

4.HQL语句是否正确

HQL: Hibernate 查询语言Hibernate 配备了一种非常强大的查询语言,这种语言看上去很像 SQL。但是不要被语法结构上的相似所迷惑,HQL 是非常有意识的被设计为完全面向对象的查询,它可以理解如继承、多态和关联之类的概念。

org.hibernate.hql.ast.QuerySyntaxException

book类不存在

org.hibernate.hql.ast.QuerySyntaxException

运行成功

org.hibernate.hql.ast.QuerySyntaxException

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢