apache / apache/grails-core

Mapping class properties to custom Neo4j Node property names like column mapping

Open
#14,513 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.