public class ArangoMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<DefaultArangoPersistentEntity<?>,ArangoPersistentProperty> implements org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
ArangoMappingContext() |
Modifier and Type | Method and Description |
---|---|
protected <T> DefaultArangoPersistentEntity<?> |
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
protected ArangoPersistentProperty |
createPersistentProperty(org.springframework.data.mapping.model.Property property,
DefaultArangoPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setFieldNamingStrategy(org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy) |
addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityFor
protected <T> DefaultArangoPersistentEntity<?> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
createPersistentEntity
in class org.springframework.data.mapping.context.AbstractMappingContext<DefaultArangoPersistentEntity<?>,ArangoPersistentProperty>
protected ArangoPersistentProperty createPersistentProperty(org.springframework.data.mapping.model.Property property, DefaultArangoPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
createPersistentProperty
in class org.springframework.data.mapping.context.AbstractMappingContext<DefaultArangoPersistentEntity<?>,ArangoPersistentProperty>
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
setApplicationContext
in class org.springframework.data.mapping.context.AbstractMappingContext<DefaultArangoPersistentEntity<?>,ArangoPersistentProperty>
org.springframework.beans.BeansException
public void setFieldNamingStrategy(org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy)
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.