Hey, I'm writing an OGM based on your fantastic library, and I have a quick question about setStartNode(). For some reason, I cannot change the start node after a relationship save. I'd like to be able to do this:
This is not possible in Neo4j. You can create create a new relationship and delete the old one, but you cannot change a relationship's type or start/end nodes once it is created.
Hey, I'm writing an OGM based on your fantastic library, and I have a quick question about
setStartNode()
. For some reason, I cannot change the start node after a relationship save. I'd like to be able to do this:Is such a thing possible? Thanks beforehand.