Class CoherenceRepositoriesRegistrar

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()  
      protected org.springframework.data.repository.config.BootstrapMode getBootstrapMode()  
      protected java.lang.Class<?> getConfiguration()  
      protected org.springframework.data.repository.config.RepositoryConfigurationExtension getRepositoryConfigurationExtension()  
      void setEnvironment​(Environment environment)  
      • Methods inherited from class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport

        getBasePackages, registerBeanDefinitions, registerBeanDefinitions, setBeanFactory, setResourceLoader
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CoherenceRepositoriesRegistrar

        public CoherenceRepositoriesRegistrar()
    • Method Detail

      • getAnnotation

        protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()
        Specified by:
        getAnnotation in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
      • getConfiguration

        protected java.lang.Class<?> getConfiguration()
        Specified by:
        getConfiguration in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
      • getRepositoryConfigurationExtension

        protected org.springframework.data.repository.config.RepositoryConfigurationExtension getRepositoryConfigurationExtension()
        Specified by:
        getRepositoryConfigurationExtension in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
      • getBootstrapMode

        protected org.springframework.data.repository.config.BootstrapMode getBootstrapMode()
        Overrides:
        getBootstrapMode in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
      • setEnvironment

        public void setEnvironment​(Environment environment)
        Specified by:
        setEnvironment in interface EnvironmentAware
        Overrides:
        setEnvironment in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport