Class CoherenceRepositoriesRegistrar

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware

    public class CoherenceRepositoriesRegistrar
    extends org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
    ImportBeanDefinitionRegistrar used to auto-configure Coherence Repositories for Spring Data.
    Since:
    3.0
    Author:
    Gunnar Hillert
    • Constructor Detail

      • CoherenceRepositoriesRegistrar

        public CoherenceRepositoriesRegistrar()
    • Method Detail

      • getAnnotation

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

        protected 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​(org.springframework.core.env.Environment environment)
        Specified by:
        setEnvironment in interface org.springframework.context.EnvironmentAware
        Overrides:
        setEnvironment in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport