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
    • Method Summary

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

        getEntityInformation, getQueryLookupStrategy
      • 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.r2dbc.core.DatabaseClient databaseClient,
                                        org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy dataAccessStrategy,
                                        LcReactiveDataRelationalClient lcClient)
      • LcR2dbcRepositoryFactory

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

      • getRepositoryBaseClass

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

        protected Object getTargetRepository​(org.springframework.data.repository.core.RepositoryInformation information)
        Overrides:
        getTargetRepository in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory