| Package | Description |
|---|---|
| org.neo4j.ogm.cypher.query | |
| org.neo4j.ogm.session.request.strategy | |
| org.neo4j.ogm.session.request.strategy.impl |
| Modifier and Type | Method and Description |
|---|---|
PagingAndSortingQuery |
PagingAndSorting.setPagination(Pagination page) |
PagingAndSortingQuery |
PagingAndSortingQuery.setPagination(Pagination pagination) |
PagingAndSortingQuery |
PagingAndSorting.setSortOrder(SortOrder sortOrder) |
PagingAndSortingQuery |
PagingAndSortingQuery.setSortOrder(SortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
PagingAndSortingQuery |
QueryStatements.findAllByType(String type,
Collection<ID> ids,
int depth)
construct a query to fetch all objects with the specified ids
|
PagingAndSortingQuery |
QueryStatements.findByType(String type,
Filters filters,
int depth)
construct queries to fetch all objects with the specified label that match the specified filters
|
PagingAndSortingQuery |
QueryStatements.findByType(String type,
int depth)
construct queries to fetch all objects with the specified label or relationship type
|
PagingAndSortingQuery |
QueryStatements.findOne(ID id,
int depth)
construct a query to fetch a single object with the specified id
|
PagingAndSortingQuery |
QueryStatements.findOneByType(String label,
ID id,
int depth)
construct a query to fetch a single object with the specified id of a specific type
|
| Modifier and Type | Method and Description |
|---|---|
PagingAndSortingQuery |
RelationshipQueryStatements.findAllByType(String type,
Collection<ID> ids,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findAllByType(String label,
Collection<ID> ids,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findByType(String type,
Filters parameters,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findByType(String label,
Filters parameters,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findByType(String type,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findByType(String label,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findOne(ID id,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findOne(ID id,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findOneByType(String label,
ID id,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findOneByType(String label,
ID id,
int depth) |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.