| Package | Description |
|---|---|
| org.neo4j.ogm.cypher.query | |
| org.neo4j.ogm.session.request | |
| org.neo4j.ogm.session.request.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphModelQuery |
class |
GraphRowModelQuery
A
ParameterisedStatement which returns data in both row and graph formats. |
class |
RowModelQuery |
| Modifier and Type | Method and Description |
|---|---|
Query |
FilteringPagingAndSorting.setFilters(Filters filters) |
Query |
Query.setFilters(Filters filters) |
Query |
FilteringPagingAndSorting.setPagination(Pagination page) |
Query |
Query.setPagination(Pagination page) |
Query |
FilteringPagingAndSorting.setSortOrder(SortOrder sortOrder) |
Query |
Query.setSortOrder(SortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jResponse<GraphModel> |
RequestHandler.execute(Query qry,
String url) |
Neo4jResponse<GraphModel> |
SessionRequestHandler.execute(Query query,
String url) |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryStatements.findAll()
construct a query to fetch all objects
|
Query |
VariableDepthRelationshipQuery.findAll() |
Query |
VariableDepthQuery.findAll() |
Query |
QueryStatements.findAll(Collection<Long> ids,
int depth)
construct a query to fetch all objects with the specified ids
|
Query |
VariableDepthRelationshipQuery.findAll(Collection<Long> ids,
int depth) |
Query |
VariableDepthQuery.findAll(Collection<Long> ids,
int depth) |
Query |
QueryStatements.findAllByType(String type,
Collection<Long> ids,
int depth)
construct a query to fetch all objects with the specified ids
|
Query |
VariableDepthRelationshipQuery.findAllByType(String type,
Collection<Long> ids,
int depth) |
Query |
VariableDepthQuery.findAllByType(String label,
Collection<Long> ids,
int depth) |
Query |
QueryStatements.findByProperties(String type,
Filters filters,
int depth)
construct queries to fetch all objects with the specified label and property
|
Query |
VariableDepthRelationshipQuery.findByProperties(String type,
Filters parameters,
int depth) |
Query |
VariableDepthQuery.findByProperties(String label,
Filters parameters,
int depth) |
Query |
QueryStatements.findByType(String type,
int depth)
construct queries to fetch all objects with the specified label or relationship type
|
Query |
VariableDepthRelationshipQuery.findByType(String type,
int depth) |
Query |
VariableDepthQuery.findByType(String label,
int depth) |
Query |
QueryStatements.findOne(Long id,
int depth)
construct a query to fetch a single object with the specified id
|
Query |
VariableDepthRelationshipQuery.findOne(Long id,
int depth) |
Query |
VariableDepthQuery.findOne(Long id,
int depth) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.