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) |
Creates a new condition whether this node is equal to otherNode.
|
Condition |
Node.isNotEqualTo(Node otherNode) |
Creates a new condition whether this node is not equal to otherNode.
|
static FunctionInvocation |
Functions.labels(Node node) |
Creates a function invocation for labels{}.
|
static FunctionInvocation |
Functions.properties(Node node) |
Creates a function invocation for properties()) on nodes.
|
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) |
|
StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.remove(Node node,
java.lang.String... labels) |
Creates SET clause for removing the given labels from a node.
|
StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.set(Node node,
java.lang.String... labels) |
Creates SET clause for setting the given labels to a node.
|
default StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingJoinOn(Node... nodes) |
Applies a JOIN hint on one or more nodes.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingScan(Node node) |
Applies a SCAN hint on a node.
|