java.lang.Object
org.neo4j.cypherdsl.core.Merge
- All Implemented Interfaces:
Visitable,Clause,UpdatingClause
See Create.
- Since:
- 1.0
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanReturns true if there are any events defined for the merge statement.final StringtoString()Mostvisitableswill render themselves into a Cypher fragment preceded with the actual classname.
-
Method Details
-
hasEvents
@API(status=INTERNAL) public boolean hasEvents()Returns true if there are any events defined for the merge statement.- Returns:
- true if there are any events defined for the merge statement
-
accept
Description copied from interface:Visitable -
toString
Description copied from interface:VisitableMostvisitableswill render themselves into a Cypher fragment preceded with the actual classname. The representation however is not cached - in contrast to the ones for full statements. UsingtoStringis recommended for debugging purposes mainly, and not for production use.The concrete classname has been prepended to help debugging and actually to discourage using fragments to build queries without explicitly rendering them, either as statement or going through the renderer on purpose.
-