0
可能是一個基本的問題.. 我做其字符串名稱越來越域類屬性值
MyDomain.dirtyPropertyNames.each {
aInstance.oldVal = newDomainObject.getPersistentValue(it)
aInstance.newVal = ? // how to get the property value here from the list obviously MyDomain.it doesnt work..
aInstance.save()
}
的dirtyPropertyNames的屬性名稱的字符串列表,我如何獲得每個Domain.property列表中的屬性?
感謝