The java method org.neo4j.graphdb.Node.createRelationshipTo allows a developer to create a new relationship from the current node to another node in a Neo4j graph database using Java programming language. This method is used to establish a relationship between two nodes and is part of the Neo4j Graph Database API. The created relationship can have an optional relationship type and can carry properties.
Java Node.createRelationshipTo - 30 examples found. These are the top rated real world Java examples of org.neo4j.graphdb.Node.createRelationshipTo extracted from open source projects. You can rate examples to help us improve the quality of examples.