-
Notifications
You must be signed in to change notification settings - Fork 619
Use domainClass as driver for the root node name. #2341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @API(status = Status.EXPERIMENTAL, since = "6.0") | ||
| public final class Constants { | ||
|
|
||
| public static final SymbolicName NAME_OF_ROOT_NODE = Cypher.name("n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would do a NAME_OF_TYPED_ROOT_NODE.apply(null) and assigned that, so that it is somewhat compatible in case anyone used those constants.
| */ | ||
| public class TestConstants { | ||
|
|
||
| public static final SymbolicName NAME_OF_ROOT_NODE = Cypher.name("n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that whole class can go away if you agree with me on the first suggestion.
michael-simons
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Original pull request: #2341
|
Merged with 44185a4 |
Not working if there is no relationship.
No description provided.