Spring Data Graph

Uses of Class
org.springframework.data.graph.neo4j.rest.support.RestGraphDatabase

Packages that use RestGraphDatabase
org.springframework.data.graph.neo4j.rest.support   
org.springframework.data.graph.neo4j.rest.support.index   
 

Uses of RestGraphDatabase in org.springframework.data.graph.neo4j.rest.support
 

Methods in org.springframework.data.graph.neo4j.rest.support that return RestGraphDatabase
 RestGraphDatabase RestEntity.getRestGraphDatabase()
           
 

Methods in org.springframework.data.graph.neo4j.rest.support with parameters of type RestGraphDatabase
static org.neo4j.graphdb.Path RestPathParser.parse(Map path, RestGraphDatabase restGraphDatabase)
           
 

Constructors in org.springframework.data.graph.neo4j.rest.support with parameters of type RestGraphDatabase
RestEntity(Map<?,?> data, RestGraphDatabase graphDatabase)
           
RestEntity(String uri, RestGraphDatabase graphDatabase)
           
RestEntity(URI uri, RestGraphDatabase graphDatabase)
           
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.graph.neo4j.rest.support.index
 

Fields in org.springframework.data.graph.neo4j.rest.support.index declared as RestGraphDatabase
protected  RestGraphDatabase RestIndex.restGraphDatabase
           
 

Constructors in org.springframework.data.graph.neo4j.rest.support.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

Copyright © 2011. All Rights Reserved.