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 TypeMethodDescriptionStatementBuilder.ExposesMergeAction.onCreate()This allows to specify the action that should happen when the merge clause lead to the creation of a new pattern.StatementBuilder.ExposesMergeAction.onMatch()This allows to specify the action that should happen when the pattern of the merge clause already existed and matched.