Interface ReactiveAerospikeRepository<T,ID>
- All Superinterfaces:
ReactiveCrudRepository<T,
,ID> Repository<T,
ID>
- All Known Implementing Classes:
SimpleReactiveAerospikeRepository
Aerospike specific
Repository
interface with reactive support.- Author:
- Igor Ermolenko
-
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