首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

org.hibernate.hql.ast.QuerySyntaxException: p_user is not 地图ped [from p_user]

2013-11-20 
org.hibernate.hql.ast.QuerySyntaxException: p_user is not mapped [from p_user]org.hibernate.hql.ast

org.hibernate.hql.ast.QuerySyntaxException: p_user is not mapped [from p_user]

org.hibernate.hql.ast.QuerySyntaxException:?p_user is not mapped [from?p_user]

实体类用的注解:

@Entity

@Table(name = "p_user")

public class User {

...........

}

报这个错,搞了半天才能明白,这是HQL查询,面向对象,跟SQL不一样,所以在写HQL语句时,要写成from User。

热点排行