Class LcR2dbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,​ID>,​S,​ID extends Serializable>

  • Type Parameters:
    T - type of repository
    S - type of entity
    ID - 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
    • Field Summary

      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.data.repository.core.support.RepositoryFactorySupport getFactoryInstance​(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
    • Constructor Detail

      • LcR2dbcRepositoryFactoryBean

        public LcR2dbcRepositoryFactoryBean​(Class<? extends T> repositoryInterface)
    • Method Detail

      • getFactoryInstance

        protected org.springframework.data.repository.core.support.RepositoryFactorySupport getFactoryInstance​(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations)
        Overrides:
        getFactoryInstance in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,​ID>,​S,​ID extends Serializable>