Class MongoMappingContext

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, MappingContext<MongoPersistentEntity<?>,MongoPersistentProperty>

public class MongoMappingContext extends AbstractMappingContext<MongoPersistentEntity<?>,MongoPersistentProperty> implements org.springframework.context.ApplicationContextAware
Default implementation of a MappingContext for MongoDB using BasicMongoPersistentEntity and BasicMongoPersistentProperty as primary abstractions.
Author:
Jon Brisbin, Oliver Gierke, Christoph Strobl