Uses of Interface
org.neo4j.cypherdsl.core.UpdatingClause
Packages that use UpdatingClause
-
Uses of UpdatingClause in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core that implement UpdatingClauseModifier and TypeClassDescriptionfinal classSee Create.final classSee Delete.final classRepresents the FOREACH clause and is currently only producible via the Cypher-Parser.final classSee Create.final classSee Remove.final classSee Set.Methods in org.neo4j.cypherdsl.core with parameters of type UpdatingClauseModifier and TypeMethodDescriptionStatementBuilder.ForeachUpdateStep.apply(UpdatingClause... updatingClauses) Defines the updating clause that to will be applied to every item in the source expression.