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) |
|
static ListComprehension.OngoingDefinitionWithVariable |
Cypher.listWith(SymbolicName variable) |
|
Node |
Node.named(SymbolicName newSymbolicName) |
Creates a copy of this node with a new symbolic name.
|
Relationship |
Relationship.named(SymbolicName newSymbolicName) |
Creates a copy of this relationship with a new symbolic name.
|
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 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.
|
T |
ExposesCall.ExposesYield.yield(SymbolicName... resultFields) |
|
ProcedureCall.StandaloneCallBuilder |
ProcedureCall.StandaloneCallBuilder.yield(SymbolicName... resultFields) |
|