static Properties |
Properties.create(MapExpression expression) |
|
static FunctionInvocation |
Functions.date(MapExpression components) |
Creates a function invocation for date({}).
|
static FunctionInvocation |
Functions.datetime(MapExpression components) |
Creates a function invocation for datetime({}).
|
static FunctionInvocation |
Functions.duration(MapExpression components) |
Creates a function invocation for duration({}).
|
static FunctionInvocation |
Functions.localdatetime(MapExpression components) |
Creates a function invocation for localdatetime({}).
|
static FunctionInvocation |
Functions.localtime(MapExpression components) |
Creates a function invocation for localtime({}).
|
Operation |
PropertyContainer.mutate(MapExpression properties) |
Creates an Operation mutating the properties of this container to a new value.
|
static Node |
Cypher.node(java.lang.String primaryLabel,
MapExpression properties,
java.lang.String... additionalLabels) |
Create a new Node representation with at least one label, the "primary" label.
|
static FunctionInvocation |
Functions.point(MapExpression parameterMap) |
Creates a function invocation for the point() function.
|
static FunctionInvocation |
Functions.properties(MapExpression map) |
Creates a function invocation for properties()) on maps.
|
RelationshipChain |
RelationshipChain.properties(MapExpression newProperties) |
Adds properties to the last element of this chain.
|
static FunctionInvocation |
Functions.time(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.
|