Re: [Neo4j] Neo4j-spring-data(4.1.1) self relationship (parent-child) is duplicated

2016-05-09 Thread Luanne Coutinho
Hi Pulkit, Would you be able to give us a simple test that demonstrates the issue? Thanks Luanne On Sun, May 1, 2016 at 9:47 PM, pulkit mehra wrote: > I am using spring-data-4.1.1 & Neo4j 2.3.2 with ogm annotations > > Below is my entity > > @NodeEntity(label =

[Neo4j] Neo4j-spring-data(4.1.1) self relationship (parent-child) is duplicated

2016-05-06 Thread pulkit mehra
I am using spring-data-4.1.1 & Neo4j 2.3.2 with ogm annotations Below is my entity @NodeEntity(label = "Component") public class Component extends BaseEntity { . @Relationship(type = Relation.LINK_TO) private Set links = new