| Package | Description |
|---|---|
| org.neo4j.ogm.cypher.query | |
| org.neo4j.ogm.session.request.strategy | |
| org.neo4j.ogm.session.request.strategy.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphModelRequest |
class |
DefaultGraphRowListModelRequest
A
CypherQuery which returns data in both row and graph formats. |
class |
DefaultRestModelRequest |
class |
DefaultRowModelRequest |
| Modifier and Type | Method and Description |
|---|---|
PagingAndSortingQuery |
PagingAndSorting.setPagination(Pagination page) |
PagingAndSortingQuery |
PagingAndSortingQuery.setPagination(Pagination paging) |
PagingAndSortingQuery |
PagingAndSorting.setSortOrder(SortOrder sortOrder) |
PagingAndSortingQuery |
PagingAndSortingQuery.setSortOrder(SortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
PagingAndSortingQuery |
QueryStatements.findAll()
construct a query to fetch all objects
|
PagingAndSortingQuery |
QueryStatements.findAll(Collection<ID> ids,
int depth)
construct a query to fetch all objects with the specified ids
|
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
|
| Modifier and Type | Method and Description |
|---|---|
PagingAndSortingQuery |
NodeQueryStatements.findAll() |
PagingAndSortingQuery |
RelationshipQueryStatements.findAll() |
PagingAndSortingQuery |
NodeQueryStatements.findAll(Collection<ID> ids,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findAll(Collection<ID> ids,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findAllByType(String label,
Collection<ID> ids,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findAllByType(String type,
Collection<ID> ids,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findByType(String label,
Filters parameters,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findByType(String type,
Filters parameters,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findByType(String label,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findByType(String type,
int depth) |
PagingAndSortingQuery |
NodeQueryStatements.findOne(ID id,
int depth) |
PagingAndSortingQuery |
RelationshipQueryStatements.findOne(ID id,
int depth) |
Copyright © 2016 Neo Technology, Inc.. All rights reserved.