Interface R2dbcRepository<T,ID>
- All Superinterfaces:
ReactiveCrudRepository<T,ID>, ReactiveQueryByExampleExecutor<T>, ReactiveSortingRepository<T, ID>, Repository<T, ID>
- All Known Implementing Classes:
SimpleR2dbcRepository
@NoRepositoryBean
public interface R2dbcRepository<T,ID>
extends ReactiveCrudRepository<T,ID>, ReactiveSortingRepository<T,ID>, ReactiveQueryByExampleExecutor<T>
R2DBC specific
Repository interface with reactive support.- Author:
- Mark Paluch, Stephen Cohen, Greg Turnquist
-
Method Summary
Methods inherited from interface ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAllMethods inherited from interface ReactiveQueryByExampleExecutor
count, exists, findAll, findAll, findBy, findOneMethods inherited from interface ReactiveSortingRepository
findAll