Class SimpleR2dbcRepository<T,ID>

java.lang.Object
org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository<T,ID>
All Implemented Interfaces:
R2dbcRepository<T,ID>, ReactiveQueryByExampleExecutor<T>, ReactiveCrudRepository<T,ID>, ReactiveSortingRepository<T,ID>, Repository<T,ID>

@Transactional(readOnly=true) public class SimpleR2dbcRepository<T,ID> extends Object implements R2dbcRepository<T,ID>
Simple ReactiveSortingRepository implementation using R2DBC through DatabaseClient.
Author:
Mark Paluch, Jens Schauder, Mingyuan Wu, Stephen Cohen, Greg Turnquist