| 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 |
|---|---|
CypherQuery |
AggregateStatements.countEdges(String type,
Iterable<Filter> filters)
construct queries to count all relationships with the specified type that match the specified filters
|
CypherQuery |
AggregateStatements.countEdges(String startLabel,
String relationshipType,
String endLabel)
construct queries to count all single-length paths with the specified start label, relationship type and end label that match the specified filters
|
CypherQuery |
AggregateStatements.countNodes(Iterable<String> labels)
construct queries to count all nodes with the specified label
|
CypherQuery |
AggregateStatements.countNodes(String label,
Iterable<Filter> filters)
construct queries to count all nodes with the specified label that match the specified filters
|
CypherQuery |
DeleteStatements.delete(Collection<Long> ids)
construct a query to delete all objects with the specified ids
|
CypherQuery |
DeleteStatements.delete(Long id)
construct a query to delete a single object with the specified id
|
CypherQuery |
DeleteStatements.delete(Long id,
Object object,
ClassInfo classInfo)
Construct a query to delete a single object with given id, check for object's version
|
CypherQuery |
DeleteStatements.delete(String type)
construct queries to delete all objects with the specified label or relationship type
|
CypherQuery |
DeleteStatements.delete(String type,
Iterable<Filter> filters)
construct queries to delete all objects with the specified label that match the specified filters
|
CypherQuery |
DeleteStatements.deleteAll()
construct a query to delete all objects
|
CypherQuery |
DeleteStatements.deleteAndList(String type,
Iterable<Filter> filters)
construct queries to delete all objects with the specified label that match the specified filters and return a list of deleted object ids
|
| Modifier and Type | Method and Description |
|---|---|
CypherQuery |
CountStatements.countEdges(String type,
Iterable<Filter> filters) |
CypherQuery |
CountStatements.countEdges(String startLabel,
String type,
String endLabel) |
CypherQuery |
CountStatements.countNodes(Iterable<String> labels) |
CypherQuery |
CountStatements.countNodes(String label,
Iterable<Filter> filters) |
CypherQuery |
NodeDeleteStatements.delete(Collection<Long> ids) |
CypherQuery |
RelationshipDeleteStatements.delete(Collection<Long> ids) |
CypherQuery |
NodeDeleteStatements.delete(Long id) |
CypherQuery |
RelationshipDeleteStatements.delete(Long id) |
CypherQuery |
NodeDeleteStatements.delete(Long id,
Object object,
ClassInfo classInfo) |
CypherQuery |
RelationshipDeleteStatements.delete(Long id,
Object object,
ClassInfo classInfo) |
CypherQuery |
NodeDeleteStatements.delete(String label) |
CypherQuery |
RelationshipDeleteStatements.delete(String type) |
CypherQuery |
NodeDeleteStatements.delete(String label,
Iterable<Filter> filters) |
CypherQuery |
RelationshipDeleteStatements.delete(String type,
Iterable<Filter> filters) |
CypherQuery |
NodeDeleteStatements.deleteAll() |
CypherQuery |
RelationshipDeleteStatements.deleteAll() |
CypherQuery |
NodeDeleteStatements.deleteAndList(String label,
Iterable<Filter> filters) |
CypherQuery |
RelationshipDeleteStatements.deleteAndList(String type,
Iterable<Filter> filters) |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.