Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMatchAndUpdate
-
Packages that use StatementBuilder.OngoingMatchAndUpdate Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingMatchAndUpdate in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.OngoingMatchAndUpdate in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceStatementBuilder.BuildableMatchAndUpdateA buildable ongoing MATCH and UPDATE.static interfaceStatementBuilder.BuildableOngoingMergeActionAn interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.
-