インターフェース R2dbcRepository<T,ID>

すべてのスーパーインターフェース:
ReactiveCrudRepository<T,ID>ReactiveQueryByExampleExecutor<T>ReactiveSortingRepository<T,ID>Repository<T,ID>
すべての既知の実装クラス:
SimpleR2dbcRepository

@NoRepositoryBean public interface R2dbcRepository<T,ID> extends ReactiveCrudRepository<T,ID>, ReactiveSortingRepository<T,ID>, ReactiveQueryByExampleExecutor<T>
R2DBC 固有の Repository インターフェースとリアクティブサポート
作成者:
Mark Paluch, Stephen Cohen, Greg Turnquist