Package org.neo4j.cypherdsl.core
Class MultiPartQuery
- java.lang.Object
-
- org.neo4j.cypherdsl.core.MultiPartQuery
-
- All Implemented Interfaces:
Statement,Statement.RegularQuery,Statement.SingleQuery,Visitable
@API(status=EXPERIMENTAL, since="1.0") public final class MultiPartQuery extends java.lang.Object implements Statement.SingleQuerySee MultiPartQuery.- Since:
- 1.0
- Author:
- Michael J. Simons
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.Statement
Statement.RegularQuery, Statement.SingleQuery
-
-
Constructor Summary
Constructors Constructor Description MultiPartQuery(java.util.List<org.neo4j.cypherdsl.core.MultiPartElement> parts, SinglePartQuery remainder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)
-
-
-
Constructor Detail
-
MultiPartQuery
public MultiPartQuery(java.util.List<org.neo4j.cypherdsl.core.MultiPartElement> parts, SinglePartQuery remainder)
-
-