インターフェース MongoRepository<T,ID>

すべてのスーパーインターフェース:
CrudRepository<T,ID>ListCrudRepository<T,ID>ListPagingAndSortingRepository<T,ID>PagingAndSortingRepository<T,ID>QueryByExampleExecutor<T>Repository<T,ID>
すべての既知の実装クラス:
SimpleMongoRepository

@NoRepositoryBean public interface MongoRepository<T,ID> extends ListCrudRepository<T,ID>, ListPagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>
Mongo 固有の Repository インターフェース。
作成者:
Oliver Gierke, Christoph Strobl, Thomas Darimont, Mark Paluch, Khaled Baklouti