Spring Data Elasticsearch
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
- All Known Implementing Classes:
- SimpleReactiveElasticsearchRepository
@NoRepositoryBean
public interface ReactiveElasticsearchRepository<T,ID>
extends org.springframework.data.repository.reactive.ReactiveSortingRepository<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.ReactiveSortingRepository
findAll
-
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
Spring Data Elasticsearch
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.