You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultGrailsDomainClass.getPropertyByName - used to handle the nested properties. so propertyname with dots worked good, however with the new API, PersistentEntity.getPropertyByName does not support the nested properties. KeyValuePersistentEntity seems to support the propertyname with dot, but only for embedded properties.
Expected behavior:
Handle nested properties like GrailsDomainClass did in earlier versions.
Grails version, 3.3.2
Gorm 6.1.9.BUILD-SNAPSHOT
The text was updated successfully, but these errors were encountered:
DefaultGrailsDomainClass.getPropertyByName - used to handle the nested properties. so propertyname with dots worked good, however with the new API, PersistentEntity.getPropertyByName does not support the nested properties. KeyValuePersistentEntity seems to support the propertyname with dot, but only for embedded properties.
Expected behavior:
Handle nested properties like GrailsDomainClass did in earlier versions.
Grails version, 3.3.2
Gorm 6.1.9.BUILD-SNAPSHOT
The text was updated successfully, but these errors were encountered: