Spring Data Document

Package org.springframework.data.mongodb.core.mapping

Interface Summary
MongoPersistentEntity<T>  
MongoPersistentProperty Mongo specific 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 PersistentProperty implementation.
CachingMongoPersistentProperty MongoPersistentProperty caching access to CachingMongoPersistentProperty.isIdProperty() and CachingMongoPersistentProperty.getFieldName().
MongoMappingContext  
MongoSimpleTypes Simple constant holder for a SimpleTypeHolder enriched with Mongo specific simple types.
SimpleMongoMappingContext  
 

Enum Summary
MongoPersistentProperty.PropertyToFieldNameConverter Simple Converter implementation to transform a MongoPersistentProperty into its field name.
 

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.
Field Annotation to define custom metadata for document fields.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.