0
我正在開發一個應用程序grails
並使用HQL
查詢。未映射的Grails
Query=A.findAll("from A b where b.boom=:boom
我得到這個錯誤。
not mapped:nested exception is org.hibernate.hql.ast.QuerySyntaxException:
我曾嘗試使用全包名稱,但它給了另一個錯誤:could not locate named parameter[boom].
請幫助我。
對不起,我ddint粘貼完整的代碼,事實上我已經完成了上述, – 2013-03-15 10:08:29
請更新您的問題與相關的代碼。 _findAll()_方法中_:boom_的值是多少?看起來像參數_boom_沒有設置。 – aiolos 2013-03-15 10:21:11