Spring Data Neo4j

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

Packages that use GraphRepository
org.springframework.data.neo4j.repository   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.template   
 

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

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

Uses of GraphRepository in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support that return GraphRepository
<T> GraphRepository<T>
Neo4jTemplate.repositoryFor(Class<T> clazz)
           
 

Uses of GraphRepository in org.springframework.data.neo4j.template
 

Methods in org.springframework.data.neo4j.template that return GraphRepository
<T> GraphRepository<T>
Neo4jOperations.repositoryFor(Class<T> clazz)
           
 


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.