Generated by
JDiff

Package org.springframework.data.document.mongodb.mapping

Added Classes
BasicMongoPersistentEntity Mongo specific PersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
BasicMongoPersistentProperty Mongo specific org.springframework.data.mapping.model.PersistentProperty implementation.
FieldName Annotation to allow defining the name of the field a property should use in a Mongo document.
SimpleMongoMappingContext @author Oliver Gierke
 

Changed Classes and Interfaces
MongoMappingContext @author Jon Brisbin
MongoPersistentEntity @author Oliver Gierke
MongoPersistentEntityIndexCreator Component that inspects BasicMongoPersistentEntity instances contained in the given MongoMappingContext for indexing metadata and ensures the indexes to be available.
MongoPersistentProperty Mongo specific org.springframework.data.mapping.model.PersistentProperty implementation.