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 MapExpressionCypher.asExpression(Map<String, Object> map) Creates a map of expression from a Java Map.static MapExpressionCreates a map of expression from a list of key/value pairs.static 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 FunctionInvocationCypher.date(MapExpression components) Creates a function invocation fordate({}).static FunctionInvocationCypher.datetime(MapExpression components) Creates a function invocation fordatetime({}).static FunctionInvocationCypher.duration(MapExpression components) Creates a function invocation forduration({}).static FunctionInvocationCypher.localdatetime(MapExpression components) Creates a function invocation forlocaldatetime({}).static FunctionInvocationCypher.localtime(MapExpression components) Creates a function invocation forlocaltime({}).static OperationCypher.mutate(Expression target, MapExpression value) Creates a+=operation.PropertyContainer.mutate(MapExpression properties) Creates anOperationmutating the properties of this container to a new value.static NodeCypher.node(String primaryLabel, MapExpression properties, String... additionalLabels) Create a new Node representation with at least one label, the "primary" label.static NodeCypher.node(String primaryLabel, MapExpression properties, Collection<String> additionalLabels) Create a new Node representation with at least one label, the "primary" label.static FunctionInvocationCypher.point(MapExpression parameterMap) Creates a function invocation for thepoint()function.static FunctionInvocationCypher.properties(MapExpression map) Creates a function invocation forproperties())on maps.RelationshipChain.properties(MapExpression newProperties) Adds properties to the last element of this chain.PropertyContainer.set(MapExpression properties) Creates anSET operationsetting the properties of this container to a new value.static FunctionInvocationCypher.time(MapExpression components) Creates a function invocation fortime({}).ExposesProperties.withProperties(MapExpression newProperties) Creates 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.