Class LcR2dbcRepositoryFactoryBean<T extends org.springframework.data.repository.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>
-
- net.lecousin.reactive.data.relational.repository.LcR2dbcRepositoryFactoryBean<T,S,ID>
-
- Type Parameters:
T- type of repositoryS- type of entityID- type of primary key
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.FactoryBean<T>,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationEventPublisherAware,org.springframework.data.repository.core.support.RepositoryFactoryInformation<S,ID>
public class LcR2dbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> extends org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean<T,S,ID>Spring data repository factory.- Author:
- Guillaume Le Cousin
-
-
Constructor Summary
Constructors Constructor Description LcR2dbcRepositoryFactoryBean(Class<? extends T> repositoryInterface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.repository.core.support.RepositoryFactorySupportgetFactoryInstance(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations)-
Methods inherited from class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
afterPropertiesSet, createDefaultQueryMethodEvaluationContextProvider, createRepositoryFactory, getFactoryInstance, setApplicationContext, setDataAccessStrategy, setDatabaseClient, setEntityOperations, setMappingContext
-
Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
addRepositoryFactoryCustomizer, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments
-
-