Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.BuildableMatchAndUpdate
Packages that use StatementBuilder.BuildableMatchAndUpdate
-
Uses of StatementBuilder.BuildableMatchAndUpdate in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.BuildableMatchAndUpdate in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceAn interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.Methods in org.neo4j.cypherdsl.core that return StatementBuilder.BuildableMatchAndUpdateModifier and TypeMethodDescriptionStatementBuilder.ExposesSet.mutate(Expression target, Expression properties) Creates a+=operation.default @NotNull StatementBuilder.BuildableMatchAndUpdateStatementBuilder.ExposesSet.mutate(Named variable, Expression properties) Creates a+=operation.StatementBuilder.ExposesSetAndRemove.remove(Collection<Property> properties) CreatesSETclause for removing the enumerated propertiesCreatesSETclause for removing the given labels from a node.StatementBuilder.ExposesSetAndRemove.remove(Node node, Collection<String> labels) CreatesSETclause for removing the given labels from a node.CreatesSETclause for removing the enumerated propertiesStatementBuilder.ExposesSet.set(Collection<? extends Expression> expressions) Adds aSETclause to the statement.StatementBuilder.ExposesSet.set(Expression... expressions) Adds aSETclause to the statement.default @NotNull StatementBuilder.BuildableMatchAndUpdateStatementBuilder.ExposesSet.set(Named variable, Expression expression) Adds aSETclause to the statement, modifying the given named thing with an expression.CreatesSETclause for setting the given labels to a node.StatementBuilder.ExposesSetAndRemove.set(Node node, Collection<String> labels) CreatesSETclause for setting the given labels to a node.