2012-06-20 63 views
0

據Grails的文獻Grails:getAll拋出方法異常沒有簽名?

http://grails.org/doc/2.0.x/ref/Domain%20Classes/getAll.html

我應該能夠做到這一點

def biweeklyBatchRanges = BiweeklyBatchRange.getAll() 

沒有得到這個

groovy.lang.MissingMethodException: No signature of method: com.myplang.donation.BiweeklyBatchRange.getAll() is applicable for argument types:() values: [] 
Possible solutions: getAll(), getAt(java.lang.String), getId(), get(java.io.Serializable), getClass(), findAll() 

任何想法? TIA!

+0

getAll([1,2,3])'按預期工作嗎? – doelleri

+0

您鏈接到2.0的文檔。你在使用Grails 2.0嗎?或者可能是早期版本? – Gregg

+1

我有同樣的問題,似乎有點跳動。嘗試使用findAll。 – marko

回答

0

除了使用findAll之外,從未得到過「答案」。 (Grails 2.0.3)