springmvc中 USER_YJN is not mapped [FROM USER_YJN WHERE name = ? ],hql报错
org.apache.catalina.core.StandardWrapperValveinvokeSEVERE:Servlet.service()forservlet...
org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [Spring] in context with path [] threw exception [Request processing failed; nested exception is org.hibernate.hql.internal.ast.QuerySyntaxException: USER_YJN is not mapped [FROM USER_YJN WHERE name = ? ]] with root cause
org.hibernate.hql.internal.ast.QuerySyntaxException: USER_YJN is not mapped [FROM USER_YJN WHERE name = ? ],hql报错了,不知错在哪里?请各位帮忙看看啊
这是源代码:
public Testuser checkedUser(String name, String password){
String hsql = "FROM USER_YJN WHERE name = ? ";
if(!StringUtils.isEmpty(name)){
hsql += "AND password <> ? ";
}
希望给我说具体怎么解决,而不是只说错在哪里,如:要改哪里,怎么改。详细说一下,多谢啦 展开
SEVERE: Servlet.service() for servlet [Spring] in context with path [] threw exception [Request processing failed; nested exception is org.hibernate.hql.internal.ast.QuerySyntaxException: USER_YJN is not mapped [FROM USER_YJN WHERE name = ? ]] with root cause
org.hibernate.hql.internal.ast.QuerySyntaxException: USER_YJN is not mapped [FROM USER_YJN WHERE name = ? ],hql报错了,不知错在哪里?请各位帮忙看看啊
这是源代码:
public Testuser checkedUser(String name, String password){
String hsql = "FROM USER_YJN WHERE name = ? ";
if(!StringUtils.isEmpty(name)){
hsql += "AND password <> ? ";
}
希望给我说具体怎么解决,而不是只说错在哪里,如:要改哪里,怎么改。详细说一下,多谢啦 展开
2个回答
2015-09-13
展开全部
这句里面"FROM USER_YJN WHERE name = ? ";
你确定你的USER_YJN是实体类名吗?这里不是表名哦,要不就是你的USER_YJN有错误。。。
你确定你的USER_YJN是实体类名吗?这里不是表名哦,要不就是你的USER_YJN有错误。。。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询