使用findAllBy列出對象,我有我的課如何在Grails的
class user{
.
.
.
Service service
}
,我想顯示誰擁有服務=「方向」的用戶列表。 我試圖做到這一點,我認爲:
Employe.findAllByService("direction")
和錯誤是
"Employe.findAllByService() is applicable for argument types: (java.lang.String)"
非常感謝你 工作完美;) – kokio