static StatementBuilder.OngoingReadingWithoutWhere |
Cypher.call(Statement subquery) |
Starts building a statement based on one subquery.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesSubqueryCall.call(Statement statement) |
The subquery parameter must be a valid subquery.
|
static StatementBuilder.OngoingReadingWithoutWhere |
Cypher.match(boolean optional,
PatternElement... pattern) |
Starts building a statement based on a match clause.
|
static StatementBuilder.OngoingReadingWithoutWhere |
Cypher.match(PatternElement... pattern) |
Starts building a statement based on a match clause.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesMatch.match(boolean optional,
PatternElement... pattern) |
Adds (another) MATCH clause.
|
default StatementBuilder.OngoingReadingWithoutWhere |
ExposesMatch.match(PatternElement... pattern) |
Adds (another) MATCH clause.
|
static StatementBuilder.OngoingReadingWithoutWhere |
Cypher.optionalMatch(PatternElement... pattern) |
Prepares an optional match statement.
|
default StatementBuilder.OngoingReadingWithoutWhere |
ExposesMatch.optionalMatch(PatternElement... pattern) |
Adds (another) optional MATCH clause.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingIndex(Property... properties) |
Applies an INDEX hint for one or more properties.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingIndexSeek(Property... properties) |
Applies an INDEX SEEL hint for one or more properties.
|
default StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingJoinOn(Node... nodes) |
Applies a JOIN hint on one or more nodes.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingJoinOn(SymbolicName... names) |
Applies a JOIN hint on one or more nodes identified by their names.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingScan(Node node) |
Applies a SCAN hint on a node.
|