Interface ReactiveMongoRepository<T,ID>

All Superinterfaces:
ReactiveCrudRepository<T,ID>, ReactiveQueryByExampleExecutor<T>, ReactiveSortingRepository<T,ID>, Repository<T,ID>
All Known Implementing Classes:
SimpleReactiveMongoRepository

@NoRepositoryBean public interface ReactiveMongoRepository<T,ID> extends ReactiveCrudRepository<T,ID>, ReactiveSortingRepository<T,ID>, ReactiveQueryByExampleExecutor<T>
Mongo specific Repository interface with reactive support.
Since:
2.0
Author:
Mark Paluch