Mapping class properties to custom Neo4j Node property names like column mapping
Open
relates-to: grails-data-neo4j
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
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` ``
Contributor guide
Research direction
Start by locating the Neo4j mapping implementation and documentation for the `static mapping` block shown in the issue. Determine whether a Groovy property can use a custom Neo4j node property name such as `System Name`; done means the mapping is supported and covered by a focused test for reading and writing that property.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy, neo4j
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100