S2SH开发中的Error-映射错误

本文解决了Hibernate查询中出现的HQL语法错误问题,通过正确的类引用和属性访问方式,将错误的fromuserwherename=?andphone=?orderbyid调整为from User u where u.name=? and u.phone=? orderby id。

Hibernate中的 not mapped

5 1节不要放弃治疗

HTTP Status 500 - user is not mapped [from user where name=? and phone=? order by id]; nested exception is org.hibernate.hql.ast.QuerySyntaxException: user is not mapped [from user where name=? and phone=? order by id]


这是Hibernate中的HQL语句标准 ,这样的"from user where name=? and phone=? order by id"是不行的,因为user不是一个类,应该这样写"from User u where u.name=? and u.phone=? order by id"


这样解决之后

HTTP Status 404 - /AnkeleBlog2/list.jsp

404不是500,说明是有效果的

数据库中也多出了一条记录

微调一下路径,OK了,后面还有很多的问题,来吧!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值