Uses of Class
org.neo4j.cypherdsl.core.MapExpression
-
Packages that use MapExpression Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of MapExpression in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with type parameters of type MapExpression Modifier and Type Class Description classMapExpression<S extends MapExpression<S>>A dedicated map expression.Methods in org.neo4j.cypherdsl.core that return MapExpression Modifier and Type Method Description static MapExpressionCypher. mapOf(java.lang.Object... keysAndValues)Creates a map of expression from a list of key/value pairs.Methods in org.neo4j.cypherdsl.core with parameters of type MapExpression Modifier and Type Method Description static NodeCypher. node(java.lang.String primaryLabel, MapExpression properties, java.lang.String... additionalLabels)static FunctionInvocationFunctions. point(MapExpression parameterMap)Creates a function invocation for thepoint()function.RelationshipChainRelationshipChain. properties(MapExpression<?> newProperties)Adds properties to the last element of this chain.TExposesProperties. withProperties(MapExpression<?> newProperties)Creates a a copy of this property container with additional properties.NodeNode. withProperties(MapExpression<?> newProperties)RelationshipRelationship. withProperties(MapExpression<?> newProperties)
-