Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesMergeAction
Packages that use StatementBuilder.ExposesMergeAction
-
Uses of StatementBuilder.ExposesMergeAction in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesMergeAction in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceAn interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.static interfaceAn ongoing update statement that can be used to chain more updating statements, define actions on a merge or add a with or return clause.