This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Neo4j
Help
Sign In
Technical Discussions
Neo4j Graph Platform
Drivers & Stacks
Integrations
Events & Programs
Ninjas Program
Projects & Collaboration
Events
GraphAcademy
Courses & Certifications
GraphAcademy Discussions
Community Corner
Community News
About the Community
Introduce Yourself
Community Suggestions
General Discussions
NamTA
Node
since
06-22-2022
06-23-2022
User Statistics
2
Posts
0
Solutions
1
Kudos given
0
Kudos received
View all badges
Neo4j
About NamTA
User Activity
Posts
Replies
SDN 6 unable to create parent-child relationship if node extends a class
06-22-2022
I'm new in this, but I have read tutorial before doing this.I have a node: @Node @Data @EqualsAndHashCode(exclude= {"parent", "roleList"}) public class Department extends AbstractEntity implements BaseEntity{ @JsonIgnore @Relationship(type = "PAR...
Re: SDN 6 unable to create parent-child relationship if node extends a class
06-23-2022
I have found it when comparing two objects of Department, then I have added callSuper = true. I didn't notice it fixed this problem too. Thank you!
Kudos given to
User
Count
gerrit_meier
1
View all