| Package | Description |
|---|---|
| org.neo4j.ogm.cypher.query | |
| org.neo4j.ogm.session.request.strategy |
| 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 |
|---|---|
AbstractRequest |
FilteringPagingAndSorting.setFilters(Filters filters) |
AbstractRequest |
AbstractRequest.setFilters(Filters filters) |
AbstractRequest |
FilteringPagingAndSorting.setPagination(Pagination page) |
AbstractRequest |
AbstractRequest.setPagination(Pagination page) |
AbstractRequest |
FilteringPagingAndSorting.setSortOrder(SortOrder sortOrder) |
AbstractRequest |
AbstractRequest.setSortOrder(SortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRequest |
VariableDepthQuery.findAll() |
AbstractRequest |
VariableDepthRelationshipQuery.findAll() |
AbstractRequest |
QueryStatements.findAll()
construct a query to fetch all objects
|
AbstractRequest |
VariableDepthQuery.findAll(Collection<Long> ids,
int depth) |
AbstractRequest |
VariableDepthRelationshipQuery.findAll(Collection<Long> ids,
int depth) |
AbstractRequest |
QueryStatements.findAll(Collection<Long> ids,
int depth)
construct a query to fetch all objects with the specified ids
|
AbstractRequest |
VariableDepthQuery.findAllByType(String label,
Collection<Long> ids,
int depth) |
AbstractRequest |
VariableDepthRelationshipQuery.findAllByType(String type,
Collection<Long> ids,
int depth) |
AbstractRequest |
QueryStatements.findAllByType(String type,
Collection<Long> ids,
int depth)
construct a query to fetch all objects with the specified ids
|
AbstractRequest |
VariableDepthQuery.findByProperties(String label,
Filters parameters,
int depth) |
AbstractRequest |
VariableDepthRelationshipQuery.findByProperties(String type,
Filters parameters,
int depth) |
AbstractRequest |
QueryStatements.findByProperties(String type,
Filters filters,
int depth)
construct queries to fetch all objects with the specified label and property
|
AbstractRequest |
VariableDepthQuery.findByType(String label,
int depth) |
AbstractRequest |
VariableDepthRelationshipQuery.findByType(String type,
int depth) |
AbstractRequest |
QueryStatements.findByType(String type,
int depth)
construct queries to fetch all objects with the specified label or relationship type
|
AbstractRequest |
VariableDepthQuery.findOne(Long id,
int depth) |
AbstractRequest |
VariableDepthRelationshipQuery.findOne(Long id,
int depth) |
AbstractRequest |
QueryStatements.findOne(Long id,
int depth)
construct a query to fetch a single object with the specified id
|
Copyright © 2016 Neo Technology, Inc.. All rights reserved.