public interface DerivedQueryDefinition
Modifier and Type | Method and Description |
---|---|
void |
addPart(Part part,
org.neo4j.ogm.cypher.BooleanOperator booleanOperator)
Add a part as a parameter to the graph query.
|
Part |
getBasePart()
Get the base part i.e. the first parameter of the graph query.
|
List<org.neo4j.ogm.cypher.Filter> |
getFilters(Map<Integer,Object> params)
Gets all cypher filters for this query
|
void addPart(Part part, org.neo4j.ogm.cypher.BooleanOperator booleanOperator)
part
- the Part to be addedbooleanOperator
- the BooleanOperator
to be used when appending the parameter to the query.Part getBasePart()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.