Interface ReactiveElasticsearchRepository<T,ID>
- All Superinterfaces:
ReactiveCrudRepository<T,
,ID> ReactiveSortingRepository<T,
,ID> Repository<T,
ID>
- All Known Implementing Classes:
SimpleReactiveElasticsearchRepository
@NoRepositoryBean
public interface ReactiveElasticsearchRepository<T,ID>
extends ReactiveSortingRepository<T,ID>, ReactiveCrudRepository<T,ID>
Elasticsearch specific
Repository
interface with reactive support.- Since:
- 3.2
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository
findAll