Spring Data Neo4j

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

Packages that use CRUDRepository
org.springframework.data.neo4j.repository   
 

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

Classes in org.springframework.data.neo4j.repository with type parameters of type CRUDRepository
 class GraphRepositoryFactoryBean<S extends PropertyContainer,R extends CRUDRepository<T>,T>
           
 

Subinterfaces of CRUDRepository in org.springframework.data.neo4j.repository
 interface GraphRepository<T>
           
 

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


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.