Spring Data Graph

Uses of Interface
org.springframework.data.graph.neo4j.repository.GraphRepository

Packages that use GraphRepository
org.springframework.data.graph.neo4j.repository   
 

Uses of GraphRepository in org.springframework.data.graph.neo4j.repository
 

Classes in org.springframework.data.graph.neo4j.repository that implement GraphRepository
 class AbstractGraphRepository<S extends PropertyContainer,T extends GraphBacked<S>>
          Repository like finder for Node and Relationship-Entities.
 class NodeGraphRepository<T extends NodeBacked>
           
 class RelationshipGraphRepository<T extends RelationshipBacked>
           
 

Methods in org.springframework.data.graph.neo4j.repository that return GraphRepository
<T extends GraphBacked<?>>
GraphRepository<T>
DirectGraphRepositoryFactory.createGraphRepository(Class<T> clazz)
           
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.