Spring Data Graph

org.springframework.data.document.mongodb.repository
Interface MongoRepository<T,ID extends Serializable>

All Superinterfaces:
org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>

public interface MongoRepository<T,ID extends Serializable>
extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>

Mongo specific Repository interface.

Author:
Oliver Gierke

Method Summary
 
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
 
Methods inherited from interface org.springframework.data.repository.Repository
count, delete, delete, deleteAll, exists, findAll, findById, save, save
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.