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.