|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestGraphDatabase | |
---|---|
org.springframework.data.neo4j.rest | |
org.springframework.data.neo4j.rest.index |
Uses of RestGraphDatabase in org.springframework.data.neo4j.rest |
---|
Methods in org.springframework.data.neo4j.rest that return RestGraphDatabase | |
---|---|
RestGraphDatabase |
RestEntity.getRestGraphDatabase()
|
Methods in org.springframework.data.neo4j.rest with parameters of type RestGraphDatabase | |
---|---|
static org.neo4j.graphdb.Path |
RestPathParser.parse(Map path,
RestGraphDatabase restGraphDatabase)
|
Constructors in org.springframework.data.neo4j.rest with parameters of type RestGraphDatabase | |
---|---|
RestCypherQueryEngine(RestGraphDatabase restGraphDatabase)
|
|
RestCypherQueryEngine(RestGraphDatabase restGraphDatabase,
ResultConverter resultConverter)
|
|
RestEntity(Map<?,?> data,
RestGraphDatabase graphDatabase)
|
|
RestEntity(String uri,
RestGraphDatabase graphDatabase)
|
|
RestEntity(URI uri,
RestGraphDatabase graphDatabase)
|
|
RestEntityExtractor(RestGraphDatabase restGraphDatabase)
|
|
RestGremlinQueryEngine(RestGraphDatabase restGraphDatabase)
|
|
RestGremlinQueryEngine(RestGraphDatabase restGraphDatabase,
ResultConverter resultConverter)
|
|
RestNode(Map<?,?> data,
RestGraphDatabase graphDatabase)
|
|
RestNode(String uri,
RestGraphDatabase graphDatabase)
|
|
RestNode(URI uri,
RestGraphDatabase graphDatabase)
|
|
RestRelationship(Map<?,?> data,
RestGraphDatabase graphDatabase)
|
|
RestTraverser(Collection col,
RestGraphDatabase restGraphDatabase)
|
Uses of RestGraphDatabase in org.springframework.data.neo4j.rest.index |
---|
Fields in org.springframework.data.neo4j.rest.index declared as RestGraphDatabase | |
---|---|
protected RestGraphDatabase |
RestIndex.restGraphDatabase
|
Constructors in org.springframework.data.neo4j.rest.index with parameters of type RestGraphDatabase | |
---|---|
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 |