| Package | Description |
|---|---|
| org.neo4j.ogm.cypher | |
| org.neo4j.ogm.cypher.query | |
| org.neo4j.ogm.session | |
| org.neo4j.ogm.session.delegates | |
| org.neo4j.ogm.session.request.strategy |
| Modifier and Type | Method and Description |
|---|---|
Filters |
Filters.add(Filter... filters) |
Filters |
Filters.add(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
CypherQuery.addFilters(Filters filters) |
AbstractRequest |
FilteringPagingAndSorting.setFilters(Filters filters) |
AbstractRequest |
AbstractRequest.setFilters(Filters filters) |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters) |
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters,
int depth) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters,
int depth) |
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters,
Pagination pagination) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters,
Pagination pagination) |
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters,
Pagination pagination,
int depth) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters,
Pagination pagination,
int depth) |
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder) |
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
int depth) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
int depth) |
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
Pagination pagination) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
Pagination pagination) |
<T> Collection<T> |
Capability.LoadByType.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
Pagination pagination,
int depth) |
<T> Collection<T> |
Neo4jSession.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
Pagination pagination,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters) |
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters,
int depth) |
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters,
Pagination pagination) |
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters,
Pagination pagination,
int depth) |
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder) |
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
int depth) |
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
Pagination pagination) |
<T> Collection<T> |
LoadByTypeDelegate.loadAll(Class<T> type,
Filters filters,
SortOrder sortOrder,
Pagination pagination,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2016 Neo Technology, Inc.. All rights reserved.