rustyoz opened a new issue, #14513:
URL: https://github.com/apache/grails-core/issues/14513
Hi All,
Has anyone been able to map a class property name to custom node property
name
```
class System {
String systemname
static mapping = {
systemname column: 'System Name'
}
}
```
would match to a node property like `` n.`System Name` ``
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]