Class LcR2dbcRepositoryFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware

    public class LcR2dbcRepositoryFactory
    extends org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      LcR2dbcRepositoryFactory​(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Class<?> getRepositoryBaseClass​(org.springframework.data.repository.core.RepositoryMetadata metadata)  
      • Methods inherited from class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory

        getEntityInformation, getQueryLookupStrategy, getTargetRepository
      • Methods inherited from class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport

        setEvaluationContextProvider, validate
      • Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport

        addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
    • Constructor Detail

      • LcR2dbcRepositoryFactory

        public LcR2dbcRepositoryFactory​(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations)
    • Method Detail

      • getRepositoryBaseClass

        protected Class<?> getRepositoryBaseClass​(org.springframework.data.repository.core.RepositoryMetadata metadata)
        Overrides:
        getRepositoryBaseClass in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory