| 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 |
class |
PagingAndSortingQuery
Extends
CypherQuery with additional functionality for Paging and Sorting. |
| Modifier and Type | Method and Description |
|---|---|
CypherQuery |
AggregateStatements.countEdges()
construct a query to count all relationships
|
CypherQuery |
AggregateStatements.countEdges(String type)
construct queries to count all nodes with the specified label
|
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()
construct a query to count all nodes
|
CypherQuery |
AggregateStatements.countNodes(Iterable<String> labels)
construct queries to count all nodes with the specified label
|
CypherQuery |
AggregateStatements.countNodes(String label)
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(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.deleteAllAndCount()
construct a query to delete all objects and return a count of deleted objects
|
CypherQuery |
DeleteStatements.deleteAllAndList()
construct a query to delete all objects and return a list of deleted object ids
|
CypherQuery |
DeleteStatements.deleteAndCount(String type)
construct queries to delete all objects with the specified label or relationship type and return a count of deleted objects
|
CypherQuery |
DeleteStatements.deleteAndCount(String type,
Iterable<Filter> filters)
construct queries to delete all objects with the specified label that match the specified filters and return a count of deleted objects
|
CypherQuery |
DeleteStatements.deleteAndList(String type)
construct queries to delete all objects with the specified label or relationship type and return a list of deleted object ids
|
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() |
CypherQuery |
CountStatements.countEdges(String type) |
CypherQuery |
CountStatements.countEdges(String type,
Iterable<Filter> filters) |
CypherQuery |
CountStatements.countEdges(String startLabel,
String type,
String endLabel) |
CypherQuery |
CountStatements.countNodes() |
CypherQuery |
CountStatements.countNodes(Iterable<String> labels) |
CypherQuery |
CountStatements.countNodes(String label) |
CypherQuery |
CountStatements.countNodes(String label,
Iterable<Filter> filters) |
CypherQuery |
RelationshipDeleteStatements.delete(Collection<Long> ids) |
CypherQuery |
NodeDeleteStatements.delete(Collection<Long> ids) |
CypherQuery |
RelationshipDeleteStatements.delete(Long id) |
CypherQuery |
NodeDeleteStatements.delete(Long id) |
CypherQuery |
RelationshipDeleteStatements.delete(String type) |
CypherQuery |
NodeDeleteStatements.delete(String label) |
CypherQuery |
RelationshipDeleteStatements.delete(String type,
Iterable<Filter> filters) |
CypherQuery |
NodeDeleteStatements.delete(String label,
Iterable<Filter> filters) |
CypherQuery |
RelationshipDeleteStatements.deleteAll() |
CypherQuery |
NodeDeleteStatements.deleteAll() |
CypherQuery |
RelationshipDeleteStatements.deleteAllAndCount() |
CypherQuery |
NodeDeleteStatements.deleteAllAndCount() |
CypherQuery |
RelationshipDeleteStatements.deleteAllAndList() |
CypherQuery |
NodeDeleteStatements.deleteAllAndList() |
CypherQuery |
RelationshipDeleteStatements.deleteAndCount(String type) |
CypherQuery |
NodeDeleteStatements.deleteAndCount(String label) |
CypherQuery |
RelationshipDeleteStatements.deleteAndCount(String type,
Iterable<Filter> filters) |
CypherQuery |
NodeDeleteStatements.deleteAndCount(String label,
Iterable<Filter> filters) |
CypherQuery |
RelationshipDeleteStatements.deleteAndList(String type) |
CypherQuery |
NodeDeleteStatements.deleteAndList(String label) |
CypherQuery |
RelationshipDeleteStatements.deleteAndList(String type,
Iterable<Filter> filters) |
CypherQuery |
NodeDeleteStatements.deleteAndList(String label,
Iterable<Filter> filters) |
Copyright © 2016 Neo Technology, Inc.. All rights reserved.