0

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()

何か案は?ティア!

4

1 に答える 1

0

findAll を使用する以外は、これに対する「答え」を得たことはありません。(Grails 2.0.3)

于 2012-06-21T19:42:59.217 に答える