static Predicates.OngoingListBasedPredicateFunction |
Predicates.all(SymbolicName variable) |
Starts building a new condition based on a function invocation for the all() function.
|
static Predicates.OngoingListBasedPredicateFunction |
Predicates.any(SymbolicName variable) |
Starts building a new condition based on a function invocation for the any() function.
|
static Node |
Cypher.anyNode(SymbolicName symbolicName) |
|
default AliasedExpression |
Expression.as(SymbolicName alias) |
Reuse an existing symbolic name to alias this expression
|
default StatementBuilder.OngoingReading |
StatementBuilder.OngoingUnwind.as(SymbolicName variable) |
Reuse an existing symbolic name.
|
static ListComprehension.OngoingDefinitionWithVariable |
Cypher.listWith(SymbolicName variable) |
|
Node |
Node.named(SymbolicName newSymbolicName) |
Creates a copy of this node with a new symbolic name.
|
abstract SELF |
NodeBase.named(SymbolicName newSymbolicName) |
This method needs to be implemented to provide new, type safe instances of this node.
|
Relationship |
Relationship.named(SymbolicName newSymbolicName) |
Creates a copy of this relationship with a new symbolic name.
|
abstract SELF |
RelationshipBase.named(SymbolicName newSymbolicName) |
This method needs to be implemented to provide new, type safe instances of this relationship.
|
static FunctionInvocation |
Functions.nodes(SymbolicName symbolicName) |
Creates a function invocation for nodes{}.
|
static Predicates.OngoingListBasedPredicateFunction |
Predicates.none(SymbolicName variable) |
Starts building a new condition based on a function invocation for the none() function.
|
static NamedPath.OngoingDefinitionWithName |
Cypher.path(SymbolicName name) |
Starts defining a named path by indicating a name.
|
static Reduction.OngoingDefinitionWithVariable |
Functions.reduce(SymbolicName variable) |
Starts building a function invocation for reduce({}).
|
static FunctionInvocation |
Functions.relationships(SymbolicName symbolicName) |
Creates a function invocation for relationships{}.
|
static NamedPath.OngoingShortestPathDefinitionWithName |
Cypher.shortestPath(SymbolicName name) |
Starts defining a named path defined by the shortestPath between a relationship by indicating a name.
|
static Predicates.OngoingListBasedPredicateFunction |
Predicates.single(SymbolicName variable) |
Starts building a new condition based on a function invocation for the single() function.
|
StatementBuilder.OngoingReadingWithoutWhere |
ExposesHints.usingJoinOn(SymbolicName... names) |
Applies a JOIN hint on one or more nodes identified by their names.
|
T |
ExposesCall.ExposesYield.yield(SymbolicName... resultFields) |
Adds the given items to the YIELD clause of the generated call.
|