Package org.neo4j.cypherdsl.core
Interface StatementBuilder.BuildableOngoingMergeAction
-
- All Superinterfaces:
ExposesCreate,ExposesMerge,ExposesReturning,StatementBuilder.BuildableMatchAndUpdate,StatementBuilder.BuildableStatement,StatementBuilder.ExposesDelete,StatementBuilder.ExposesMergeAction,StatementBuilder.ExposesSet,StatementBuilder.ExposesSetAndRemove,StatementBuilder.ExposesUpdatingClause,StatementBuilder.ExposesWith,StatementBuilder.OngoingMatchAndUpdate
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.BuildableOngoingMergeAction extends StatementBuilder.BuildableMatchAndUpdate, StatementBuilder.ExposesMergeAction
An interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.- Since:
- 2021.0.0
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCreate
create
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesMerge
merge
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesReturning
returning, returning, returning, returningDistinct, returningDistinct, returningDistinct
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
build, explain, profile
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesDelete
delete, delete, delete, detachDelete, detachDelete, detachDelete
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesMergeAction
onCreate, onMatch
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesSet
mutate, mutate, set, set
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesSetAndRemove
remove, remove, set
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesWith
with, with, with, withDistinct, withDistinct, withDistinct
-
-