org.hibernate.hql.ast.QuerySyntaxException: buyer is not mapped

来源:互联网 发布:景区规划图软件 编辑:程序博客网 时间:2024/06/05 08:30

hibernate   setProperties(map) 设置参数时老是提示 org.hibernate.hql.ast.QuerySyntaxException: buyer is not mapped 


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

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

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

4.HQL语句是否正确

5. sql语句的类名是否存在(注意大小写),字段名是否匹配。

0 0
原创粉丝点击