static FunctionInvocation |
Functions.count(Node node) |
|
static FunctionInvocation |
Functions.countDistinct(Node node) |
Creates a function invocation for a count() function with DISTINCT added.
|
static FunctionInvocation |
Functions.id(Node node) |
Creates a function invocation for id{}.
|
Condition |
Node.isEqualTo(Node otherNode) |
|
Condition |
Node.isNotEqualTo(Node otherNode) |
|
static FunctionInvocation |
Functions.labels(Node node) |
Creates a function invocation for labels{}.
|
T |
ExposesRelationships.relationshipBetween(Node other,
java.lang.String... types) |
Starts building an undirected relationship between this node and the other.
|
Relationship |
Node.relationshipBetween(Node other,
java.lang.String... types) |
|
RelationshipChain |
Relationship.relationshipBetween(Node other,
java.lang.String... types) |
|
RelationshipChain |
RelationshipChain.relationshipBetween(Node other,
java.lang.String... types) |
|
T |
ExposesRelationships.relationshipFrom(Node other,
java.lang.String... types) |
Starts building an incoming relationship starting at the other node.
|
Relationship |
Node.relationshipFrom(Node other,
java.lang.String... types) |
|
RelationshipChain |
Relationship.relationshipFrom(Node other,
java.lang.String... types) |
|
RelationshipChain |
RelationshipChain.relationshipFrom(Node other,
java.lang.String... types) |
|
T |
ExposesRelationships.relationshipTo(Node other,
java.lang.String... types) |
Starts building an outgoing relationship to the other node.
|
Relationship |
Node.relationshipTo(Node other,
java.lang.String... types) |
|
RelationshipChain |
Relationship.relationshipTo(Node other,
java.lang.String... types) |
|
RelationshipChain |
RelationshipChain.relationshipTo(Node other,
java.lang.String... types) |
|
<T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement> T |
StatementBuilder.ExposesSetAndRemove.remove(Node node,
java.lang.String... label) |
|
<T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement> T |
StatementBuilder.ExposesSetAndRemove.set(Node node,
java.lang.String... label) |
|