Interface R2dbcRepository<T,ID>
- All Superinterfaces:
org.springframework.data.repository.reactive.ReactiveCrudRepository<T,
,ID> org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>
,org.springframework.data.repository.reactive.ReactiveSortingRepository<T,
,ID> org.springframework.data.repository.Repository<T,
ID>
- All Known Implementing Classes:
SimpleR2dbcRepository
@NoRepositoryBean
public interface R2dbcRepository<T,ID>
extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>, org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>
R2DBC specific
Repository
interface with reactive support.- Author:
- Mark Paluch, Stephen Cohen, Greg Turnquist
-
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.query.ReactiveQueryByExampleExecutor
count, exists, findAll, findAll, findBy, findOne
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository
findAll