当前位置: 代码迷 >> 综合 >> org.hibernate.hql.internal.ast.QuerySyntaxException: CourseInfo is not mapped [from CourseInfo where
  详细解决方案

org.hibernate.hql.internal.ast.QuerySyntaxException: CourseInfo is not mapped [from CourseInfo where

热度:87   发布时间:2023-10-11 05:49:12.0

Spring+SpringMVC+Hibernate报错

1.hql语句错误,其中hql语句中的表名是程序中实体类名不是数据库表名

2.配置文件没有加载到hibernate的实体列表里面,配置文件中mapping属性没有添加好类路径(注解方式)

3.映射文件的字段与数据库字段不一致,或者名称不一致导致
  相关解决方案