Hi Johan, I don't see why this should not be saved- do you have a small test to demonstrate the issue?
Thanks Luanne On Wed, May 18, 2016 at 2:49 AM, Johan Kumps <[email protected]> wrote: > Hi, > > I'm using this the RelationshipEntity below: > > @RelationshipEntity(type=Relationships.SEM_SIM) > public class SemanticSimilarity { > > @GraphId > private Long nodeId; > > @EndNode > Capability fromService; > @StartNode > Capability toService; > > @Property(name="matchType") > private String matchType; > ... > } > > Apparently the matchType property is not saved in my graph. > > I'm using Spring Data Neo4j version 4.0.0.RELEASE with a remote Neo4J > database. > > What could be the issue? > > Thanks for helping me out. > > Kind regards, > Johan, > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
