public class AerospikeMappingContext extends AbstractMappingContext<BasicAerospikePersistentEntity<?>,AerospikePersistentProperty> implements ApplicationContextAware
MappingContext.| Constructor and Description |
|---|
AerospikeMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setDefaultNameSpace(String defaultNameSpace) |
void |
setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)
Configures the
FieldNamingStrategy to be used to determine the field name if no manual mapping is applied. |
afterPropertiesSet, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrictequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntitypublic void setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)
FieldNamingStrategy to be used to determine the field name if no manual mapping is applied.
Defaults to a strategy using the plain property name.fieldNamingStrategy - the FieldNamingStrategy to be used to determine the field name if no manual
mapping is applied.public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwaresetApplicationContext in class AbstractMappingContext<BasicAerospikePersistentEntity<?>,AerospikePersistentProperty>BeansExceptionpublic void setDefaultNameSpace(String defaultNameSpace)
Copyright © 2012–2020 Aerospike, Inc. All rights reserved.