Package org.springframework.data.r2dbc.repository.support
@NonNullApi
@NonNullFields
package org.springframework.data.r2dbc.repository.support
Support infrastructure for query derivation of R2DBC-specific repositories.
-
ClassDescriptionFactory to create
R2dbcRepository
instances.FactoryBean
to createR2dbcRepository
instances.Delegate to handlescroll queries
and create resultWindow
.SimpleR2dbcRepository<T,ID> SimpleReactiveSortingRepository
implementation using R2DBC throughDatabaseClient
.