Class Merge

java.lang.Object
org.neo4j.cypherdsl.core.Merge
All Implemented Interfaces:
Visitable, Clause

@API(status=STABLE, since="1.0") public final class Merge extends Object
See Create.
Since:
1.0
Author:
Michael J. Simons
  • Method Details

    • hasEvents

      @API(status=INTERNAL) public boolean hasEvents()
      Returns:
      True if there are any events defined for the merge statement.
    • accept

      public void accept(Visitor visitor)
      Description copied from interface: Visitable
      Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
      Specified by:
      accept in interface Visitable
      Parameters:
      visitor - the visitor to notify, must not be null.