Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMergeAction
-
Packages that use StatementBuilder.OngoingMergeAction Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingMergeAction in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingMergeAction Modifier and Type Method Description 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.StatementBuilder.OngoingMergeActionStatementBuilder.ExposesMergeAction. onMatch()This allows to specify the action that should happen when the pattern of the merge clause already existed and matched.
-