public abstract class CosmosConfigurationSupport extends Object
| Constructor and Description |
|---|
CosmosConfigurationSupport() |
| Modifier and Type | Method and Description |
|---|---|
CosmosMappingContext |
cosmosMappingContext() |
ExpressionResolver |
expressionResolver(org.springframework.beans.factory.BeanFactory beanFactory) |
protected Set<Class<?>> |
getInitialEntitySet() |
protected Collection<String> |
getMappingBasePackages() |
protected Set<Class<?>> |
scanForEntities(String basePackage) |
@Bean public ExpressionResolver expressionResolver(org.springframework.beans.factory.BeanFactory beanFactory)
@Bean public CosmosMappingContext cosmosMappingContext() throws ClassNotFoundException
ClassNotFoundExceptionprotected Collection<String> getMappingBasePackages()
protected Set<Class<?>> getInitialEntitySet() throws ClassNotFoundException
ClassNotFoundExceptionprotected Set<Class<?>> scanForEntities(String basePackage) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2020 Microsoft. All rights reserved.