public abstract class FilterBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.neo4j.ogm.cypher.BooleanOperator |
booleanOperator |
protected Class<?> |
entityType |
protected org.springframework.data.repository.query.parser.Part |
part |
| Modifier and Type | Method and Description |
|---|---|
abstract List<org.neo4j.ogm.cypher.Filter> |
build(Stack<Object> params) |
protected String |
propertyName() |
protected org.springframework.data.repository.query.parser.Part part
protected org.neo4j.ogm.cypher.BooleanOperator booleanOperator
protected Class<?> entityType
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.