select .... for hibernate query中的update给出了异常

时间:2015-09-28 07:59:17

标签: java hibernate

如何在hibernate中使用select for update?

我使用它编写了查询但是给了我org.hibernate.hql.ast.QuerySyntaxException。我是否需要在xml文件的属性中设置任何其他内容?

我试过了

return getHibernateTemplate().find("select w.id.id, w.balance FROM    
Wallet where w.mobileNo=? and w.userType=? and w.accountTypeMaster.id=? 
For UPDATE",mobileNo, userType, accountTypeId);

0 个答案:

没有答案