org.springframework.data.elasticsearch.core.mapping
Class SimpleElasticsearchMappingContext
java.lang.Object
org.springframework.data.mapping.context.AbstractMappingContext<SimpleElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty>
org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
- All Implemented Interfaces:
- Aware, InitializingBean, ApplicationEventPublisherAware, MappingContext<SimpleElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty>
public class SimpleElasticsearchMappingContext
- extends AbstractMappingContext<SimpleElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty>
SimpleElasticsearchMappingContext
- Author:
- Rizwan Idrees, Mohsin Husen
| Methods inherited from class org.springframework.data.mapping.context.AbstractMappingContext |
addPersistentEntity, addPersistentEntity, afterPropertiesSet, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityFor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleElasticsearchMappingContext
public SimpleElasticsearchMappingContext()
createPersistentEntity
protected <T> SimpleElasticsearchPersistentEntity<?> createPersistentEntity(TypeInformation<T> typeInformation)
- Specified by:
createPersistentEntity in class AbstractMappingContext<SimpleElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty>
createPersistentProperty
protected ElasticsearchPersistentProperty createPersistentProperty(Field field,
PropertyDescriptor descriptor,
SimpleElasticsearchPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder)
- Specified by:
createPersistentProperty in class AbstractMappingContext<SimpleElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty>
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.