DEV Community

Discussion on: Grails 4 Upgrade Notes

Collapse
 
amitpawarrx profile image
amit-pawar-rx

@eric can you please help me to underdstand how to work with the resultTranformer() in UTC , its giving error with respect to criteria.

groovy.lang.MissingMethodException: No signature of method: grails.gorm.CriteriaBuilder.resultTransformer() is applicable for argument types: (org.hibernate.transform.AliasToEntityMapResultTransformer) values: [org.hibernate.transform.AliasToEntityMapResultTransformer@3213c334]
at org.grails.datastore.gorm.query.criteria.AbstractCriteriaBuilder.invokeMethod(AbstractCriteriaBuilder.java:302)

Collapse
 
erichelgeson profile image
Eric Helgeson

Stackoverflow may be a better place to ask questions - i'm not sure what your question has to do with this post.