Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesMergeAction
-
Packages that use StatementBuilder.ExposesMergeAction Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.ExposesMergeAction in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesMergeAction in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceStatementBuilder.BuildableOngoingMergeActionAn interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.static interfaceStatementBuilder.OngoingMergeAn ongoing update statement that can be used to chain more updating statements, define actions on a merge or add a with or return clause.
-