| Package | Description |
|---|---|
| org.neo4j.ogm.session.request |
| Modifier and Type | Method and Description |
|---|---|
FilteredQuery |
NodeQueryBuilder.build() |
static FilteredQuery |
FilteredQueryBuilder.buildNodeQuery(String nodeLabel,
Iterable<Filter> filterList)
Create a
FilteredQuery which matches nodes filtered by one or more property expressions |
static FilteredQuery |
FilteredQueryBuilder.buildRelationshipQuery(String relationshipType,
Iterable<Filter> filterList)
Create a
FilteredQuery which matches edges filtered by one or more property expressions |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.