static Properties |
Properties.create(MapExpression expression) |
|
static @NotNull FunctionInvocation |
Functions.date(@NotNull MapExpression components) |
Creates a function invocation for date({}).
|
static @NotNull FunctionInvocation |
Functions.datetime(@NotNull MapExpression components) |
Creates a function invocation for datetime({}).
|
static @NotNull FunctionInvocation |
Functions.duration(@NotNull MapExpression components) |
Creates a function invocation for duration({}).
|
static @NotNull FunctionInvocation |
Functions.localdatetime(@NotNull MapExpression components) |
Creates a function invocation for localdatetime({}).
|
static @NotNull FunctionInvocation |
Functions.localtime(@NotNull MapExpression components) |
Creates a function invocation for localtime({}).
|
static Operation |
Operations.mutate(Expression target,
MapExpression value) |
Creates a += operation.
|
@NotNull Operation |
PropertyContainer.mutate(MapExpression properties) |
Creates an Operation mutating the properties of this container to a new value.
|
static @NotNull Node |
Cypher.node(String primaryLabel,
MapExpression properties,
String... additionalLabels) |
Create a new Node representation with at least one label, the "primary" label.
|
static @NotNull Node |
Cypher.node(String primaryLabel,
MapExpression properties,
Collection<String> additionalLabels) |
Create a new Node representation with at least one label, the "primary" label.
|
static @NotNull FunctionInvocation |
Functions.point(MapExpression parameterMap) |
Creates a function invocation for the point() function.
|
static @NotNull FunctionInvocation |
Functions.properties(MapExpression map) |
Creates a function invocation for properties()) on maps.
|
@NotNull RelationshipChain |
RelationshipChain.properties(MapExpression newProperties) |
Adds properties to the last element of this chain.
|
@NotNull Operation |
PropertyContainer.set(MapExpression properties) |
Creates an SET operation setting the properties of this container to a new value.
|
static @NotNull FunctionInvocation |
Functions.time(@NotNull MapExpression components) |
Creates a function invocation for time({}).
|
T |
ExposesProperties.withProperties(MapExpression newProperties) |
Creates a a copy of this property container with additional properties.
|
abstract SELF |
NodeBase.withProperties(MapExpression newProperties) |
This method needs to be implemented to provide new, type safe instances of this node.
|
abstract SELF |
RelationshipBase.withProperties(MapExpression newProperties) |
This method needs to be implemented to provide new, type safe instances of this relationship.
|