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

Interface Summary
MongoPersistentEntity<T>  
MongoPersistentProperty Mongo specific org.springframework.data.mapping.model.PersistentProperty implementation.
 

Class Summary
BasicMongoPersistentEntity<T> 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.
MongoMappingContext  
MongoPersistentEntityIndexCreator Component that inspects BasicMongoPersistentEntity instances contained in the given MongoMappingContext for indexing metadata and ensures the indexes to be available.
SimpleMongoMappingContext  
SimpleMongoMappingContext.SimpleMongoPersistentEntity<T>  
SimpleMongoMappingContext.SimplePersistentProperty  
 

Annotation Types Summary
DBRef