Spring Data Neo4j

org.springframework.data.neo4j.repository
Interface GraphRepository<T>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,Long>, CRUDRepository<T>, IndexRepository<T>, org.springframework.data.repository.PagingAndSortingRepository<T,Long>, org.springframework.data.repository.Repository<T,Long>, TraversalRepository<T>
All Known Implementing Classes:
AbstractGraphRepository, NodeGraphRepositoryImpl, RelationshipGraphRepository

@NoRepositoryBean
public interface GraphRepository<T>
extends CRUDRepository<T>, IndexRepository<T>, TraversalRepository<T>

Since:
12.01.11
Author:
mh

Method Summary
 
Methods inherited from interface org.springframework.data.neo4j.repository.CRUDRepository
count, delete, delete, deleteAll, exists, findAll, findAll, findAll, findOne, getStoredJavaType, save, save
 
Methods inherited from interface org.springframework.data.repository.CrudRepository
delete, findAll
 
Methods inherited from interface org.springframework.data.neo4j.repository.IndexRepository
findAllByPropertyValue, findAllByQuery, findAllByRange, findByPropertyValue
 
Methods inherited from interface org.springframework.data.neo4j.repository.TraversalRepository
findAllByTraversal
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.