Generated by
JDiff

Class org.springframework.data.document.mongodb.mapping.MongoMappingContext

The superclass changed from BasicMappingContext to .

Removed Methods
Collection<MongoPersistentEntity<?>> getPersistentEntities()  
boolean isAssociation(Field, PropertyDescriptor)  
 

Changed Methods
BasicMongoPersistentEntity<T> createPersistentEntity(<any>) Change in return type from <any> to BasicMongoPersistentEntity<T>.
Change in signature from (TypeInformation, MappingContext) to <any>.
Change in exceptions thrown from MappingConfigurationException to no exceptions.
Change of visibility from public to protected.
 
MongoPersistentProperty createPersistentProperty(Field, PropertyDescriptor, BasicMongoPersistentEntity<?>) Change in return type from BasicPersistentProperty to MongoPersistentProperty.
Change in signature from (Field, PropertyDescriptor, TypeInformation) to (Field, PropertyDescriptor, BasicMongoPersistentEntity<?>).
Change in exceptions thrown from MappingConfigurationException to no exceptions.