根据 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()
有任何想法吗?蒂亚!