Interface MongoRepository<T,ID>

All Superinterfaces:
CrudRepository<T,ID>, ListCrudRepository<T,ID>, ListPagingAndSortingRepository<T,ID>, PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>, Repository<T,ID>
All Known Implementing Classes:
SimpleMongoRepository

@NoRepositoryBean public interface MongoRepository<T,ID> extends ListCrudRepository<T,ID>, ListPagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>
Mongo specific Repository interface.
Author:
Oliver Gierke, Christoph Strobl, Thomas Darimont, Mark Paluch, Khaled Baklouti