Uses of Class
org.neo4j.cypherdsl.core.MapExpression
Packages that use MapExpression
-
Uses of MapExpression in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return MapExpressionModifier and TypeMethodDescriptionstatic @NotNull MapExpressionCypher.asExpression(Map<String, Object> map) Creates a map of expression from a Java Map.static @NotNull MapExpressionCreates a map of expression from a list of key/value pairs.static @NotNull MapExpressionCypher.sortedMapOf(Object... keysAndValues) Creates an alphabetically sorted map of expression from a list of key/value pairs.Methods in org.neo4j.cypherdsl.core with parameters of type MapExpressionModifier and TypeMethodDescriptionstatic PropertiesProperties.create(MapExpression expression) Wraps an expression into aPropertiesnode.static @NotNull FunctionInvocationFunctions.date(@NotNull MapExpression components) Creates a function invocation fordate({}).static @NotNull FunctionInvocationFunctions.datetime(@NotNull MapExpression components) Creates a function invocation fordatetime({}).static @NotNull FunctionInvocationFunctions.duration(@NotNull MapExpression components) Creates a function invocation forduration({}).static @NotNull FunctionInvocationFunctions.localdatetime(@NotNull MapExpression components) Creates a function invocation forlocaldatetime({}).static @NotNull FunctionInvocationFunctions.localtime(@NotNull MapExpression components) Creates a function invocation forlocaltime({}).static OperationOperations.mutate(Expression target, MapExpression value) Creates a+=operation.@NotNull OperationPropertyContainer.mutate(MapExpression properties) Creates anOperationmutating the properties of this container to a new value.static @NotNull NodeCypher.node(String primaryLabel, MapExpression properties, String... additionalLabels) Create a new Node representation with at least one label, the "primary" label.static @NotNull NodeCypher.node(String primaryLabel, MapExpression properties, Collection<String> additionalLabels) Create a new Node representation with at least one label, the "primary" label.static @NotNull FunctionInvocationFunctions.point(MapExpression parameterMap) Creates a function invocation for thepoint()function.static @NotNull FunctionInvocationFunctions.properties(MapExpression map) Creates a function invocation forproperties())on maps.@NotNull RelationshipChainRelationshipChain.properties(MapExpression newProperties) Adds properties to the last element of this chain.@NotNull OperationPropertyContainer.set(MapExpression properties) Creates anSET operationsetting the properties of this container to a new value.static @NotNull FunctionInvocationFunctions.time(@NotNull MapExpression components) Creates a function invocation fortime({}).ExposesProperties.withProperties(MapExpression newProperties) Creates a a copy of this property container with additional properties.abstract SELFNodeBase.withProperties(MapExpression newProperties) This method needs to be implemented to provide new, type safe instances of this node.abstract SELFRelationshipBase.withProperties(MapExpression newProperties) This method needs to be implemented to provide new, type safe instances of this relationship.