|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestRequest | |
---|---|
org.springframework.data.graph.neo4j.rest.support | |
org.springframework.data.graph.neo4j.rest.support.index |
Uses of RestRequest in org.springframework.data.graph.neo4j.rest.support |
---|
Fields in org.springframework.data.graph.neo4j.rest.support declared as RestRequest | |
---|---|
protected RestRequest |
RestEntity.restRequest
|
Methods in org.springframework.data.graph.neo4j.rest.support that return RestRequest | |
---|---|
RestRequest |
RestGraphDatabase.getRestRequest()
|
RestRequest |
RestEntity.getRestRequest()
|
RestRequest |
RestRequest.with(String uri)
|
Uses of RestRequest in org.springframework.data.graph.neo4j.rest.support.index |
---|
Fields in org.springframework.data.graph.neo4j.rest.support.index declared as RestRequest | |
---|---|
protected RestRequest |
RestIndex.restRequest
|
Constructors in org.springframework.data.graph.neo4j.rest.support.index with parameters of type RestRequest | |
---|---|
RestIndexManager(RestRequest restRequest,
RestGraphDatabase restGraphDatabase)
|
|
RestNodeIndex(RestRequest restRequest,
String indexName,
RestGraphDatabase restGraphDatabase)
|
|
RestRelationshipIndex(RestRequest restRequest,
String indexName,
RestGraphDatabase restGraphDatabase)
|
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |