Package hydra.ext.cypher.openCypher
Class MultiPartQuery
- java.lang.Object
-
- hydra.ext.cypher.openCypher.MultiPartQuery
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<MultiPartQuery>
public class MultiPartQuery extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<MultiPartQuery>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiPartQuery(ConsList<WithClause> with, SinglePartQuery body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(MultiPartQuery other)booleanequals(java.lang.Object other)inthashCode()MultiPartQuerywithBody(SinglePartQuery body)MultiPartQuerywithWith(ConsList<WithClause> with)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
WITH
public static final Name WITH
-
BODY
public static final Name BODY
-
with
public final ConsList<WithClause> with
-
body
public final SinglePartQuery body
-
-
Constructor Detail
-
MultiPartQuery
public MultiPartQuery(ConsList<WithClause> with, SinglePartQuery body)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(MultiPartQuery other)
- Specified by:
compareToin interfacejava.lang.Comparable<MultiPartQuery>
-
withWith
public MultiPartQuery withWith(ConsList<WithClause> with)
-
withBody
public MultiPartQuery withBody(SinglePartQuery body)
-
-