Class R2dbcRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable>

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean<T,S,ID>
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, FactoryBean<T>, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, RepositoryFactoryInformation<S,ID>

public class R2dbcRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> extends RepositoryFactoryBeanSupport<T,S,ID> implements ApplicationContextAware
FactoryBean to create R2dbcRepository instances. Can be either configured with R2dbcEntityOperations or DatabaseClient with ReactiveDataAccessStrategy.
Author:
Mark Paluch, Christoph Strobl
See Also: