Spring Data Graph

Uses of Interface
org.springframework.data.graph.core.GraphDatabase

Packages that use GraphDatabase
org.springframework.data.graph.neo4j.rest.support   
org.springframework.data.graph.neo4j.support   
org.springframework.data.graph.neo4j.template   
 

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

Classes in org.springframework.data.graph.neo4j.rest.support that implement GraphDatabase
 class RestGraphDatabase
           
 

Uses of GraphDatabase in org.springframework.data.graph.neo4j.support
 

Classes in org.springframework.data.graph.neo4j.support that implement GraphDatabase
 class DelegatingGraphDatabase
           
 

Fields in org.springframework.data.graph.neo4j.support declared as GraphDatabase
protected  GraphDatabase GraphDatabaseFactory.graphDatabase
           
 

Methods in org.springframework.data.graph.neo4j.support that return GraphDatabase
 GraphDatabase GraphDatabaseFactory.getObject()
           
 

Uses of GraphDatabase in org.springframework.data.graph.neo4j.template
 

Methods in org.springframework.data.graph.neo4j.template with parameters of type GraphDatabase
 T GraphCallback.doWithGraph(GraphDatabase graph)
           
 Void GraphCallback.WithoutResult.doWithGraph(GraphDatabase graph)
           
abstract  void GraphCallback.WithoutResult.doWithGraphWithoutResult(GraphDatabase graph)
           
 

Constructors in org.springframework.data.graph.neo4j.template with parameters of type GraphDatabase
Neo4jTemplate(GraphDatabase graphDatabase)
           
Neo4jTemplate(GraphDatabase graphDatabase, PlatformTransactionManager transactionManager)
           
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.