Spring Data Document

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

Class Summary
MongoMappingContext  
MongoPersistentEntity<T> Mongo specific PersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
MongoPersistentEntityIndexCreator Component that inspects MongoPersistentEntity instances contained in the given MongoMappingContext for indexing metadata and ensures the indexes to be available.
MongoPersistentProperty Mongo specific PersistentProperty implementation.
 

Annotation Types Summary
DBRef An annotation that indicates the annotated field is to be stored using a com.mongodb.DBRef
Document Identifies a domain object to be persisted to MongoDB.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.