hql 查询 sql的句子变换成查询MYSQL

Queryquery=baseDao.getSession().createQuery("fromEmployeeMainwhereemployeeId=:userId"... Query query = baseDao.getSession().createQuery("from EmployeeMain where employeeId=:userId"); query.setString("userId", userId);
return query.list();
这段句子查询sql sever数据库没问题,但是查询MYSQL就报错
JDBCExceptionReporter-SQL Error: 1064, SQLState: 42000
15:28:10,160 WARN org.hibernate.util.JDBCExceptionReporter:71 - SQL Error: 1064, SQLState: 42000
JDBCExceptionReporter-You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.employee_main employeema0_ where employeema0_.employee_id='01029'' at line 1
15:28:10,160 ERROR org.hibernate.util.JDBCExceptionReporter:72 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.employee_main employeema0_ where employeema0_.employee_id='01029'' at line 1

请高人帮忙指导一下!
展开
 我来答
百度网友4b68195
2012-12-05 · TA获得超过1520个赞
知道大有可为答主
回答量:1773
采纳率:100%
帮助的人:1713万
展开全部
如果userId的数据类型不是String型,这 query.setString("userId", userId); 语句有错误。
更多追问追答
追问
达人,在帮忙看看有没有什么地方不对?
追答
没有。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式