public abstract class NosqlConfigurationSupport extends Object
| Constructor and Description |
|---|
NosqlConfigurationSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Class<?>> |
getInitialEntitySet() |
protected Collection<String> |
getMappingBasePackages() |
NosqlMappingContext |
nosqlMappingContext() |
protected Set<Class<?>> |
scanForEntities(String basePackage) |
@Bean @NonNull public NosqlMappingContext nosqlMappingContext() throws ClassNotFoundException
ClassNotFoundExceptionprotected Collection<String> getMappingBasePackages()
protected Set<Class<?>> getInitialEntitySet() throws ClassNotFoundException
ClassNotFoundExceptionprotected Set<Class<?>> scanForEntities(String basePackage) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2021 Oracle Corporation. All rights reserved.