我使用它编写了查询但是给了我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);