Class CoherenceRepositoriesRegistrar
- java.lang.Object
-
- org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- com.oracle.coherence.spring.boot.autoconfigure.data.CoherenceRepositoriesRegistrar
-
- All Implemented Interfaces:
Aware
,BeanFactoryAware
,ImportBeanDefinitionRegistrar
,EnvironmentAware
,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 Summary
Constructors Constructor Description CoherenceRepositoriesRegistrar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<? extends Annotation>
getAnnotation()
protected org.springframework.data.repository.config.BootstrapMode
getBootstrapMode()
protected Class<?>
getConfiguration()
protected org.springframework.data.repository.config.RepositoryConfigurationExtension
getRepositoryConfigurationExtension()
void
setEnvironment(Environment environment)
-
-
-
Method Detail
-
getAnnotation
protected Class<? extends Annotation> getAnnotation()
- Specified by:
getAnnotation
in classorg.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
getConfiguration
protected Class<?> getConfiguration()
- Specified by:
getConfiguration
in classorg.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
getRepositoryConfigurationExtension
protected org.springframework.data.repository.config.RepositoryConfigurationExtension getRepositoryConfigurationExtension()
- Specified by:
getRepositoryConfigurationExtension
in classorg.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
getBootstrapMode
protected org.springframework.data.repository.config.BootstrapMode getBootstrapMode()
- Overrides:
getBootstrapMode
in classorg.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
setEnvironment
public void setEnvironment(Environment environment)
- Specified by:
setEnvironment
in interfaceEnvironmentAware
- Overrides:
setEnvironment
in classorg.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
-