根据Grails文献
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 :(得分:0)
除了使用findAll之外,从未得到过“回答”。 (Grails 2.0.3)