Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMergeAction
Packages that use StatementBuilder.OngoingMergeAction
-
Uses of StatementBuilder.OngoingMergeAction in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingMergeActionModifier and TypeMethodDescription@NotNull StatementBuilder.OngoingMergeActionStatementBuilder.ExposesMergeAction.onCreate()This allows to specify the action that should happen when the merge clause lead to the creation of a new pattern.@NotNull StatementBuilder.OngoingMergeActionStatementBuilder.ExposesMergeAction.onMatch()This allows to specify the action that should happen when the pattern of the merge clause already existed and matched.