Spring Data MongoDB

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

Interface Summary
MongoPersistentEntity<T> MongoDB specific PersistentEntity abstraction.
MongoPersistentProperty MongoDB specific PersistentProperty extension.
 

Class Summary
BasicMongoPersistentEntity<T> MongoDB specific MongoPersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
BasicMongoPersistentProperty MongoDB specific MongoPersistentProperty implementation.
CachingMongoPersistentProperty MongoPersistentProperty caching access to CachingMongoPersistentProperty.isIdProperty() and CachingMongoPersistentProperty.getFieldName().
MongoMappingContext Default implementation of a MappingContext for MongoDB using BasicMongoPersistentEntity and BasicMongoPersistentProperty as primary abstractions.
MongoSimpleTypes Simple constant holder for a SimpleTypeHolder enriched with Mongo specific simple types.
SimpleMongoMappingContext Deprecated. use MongoMappingContext instead.
 

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 DBRef.
Document Identifies a domain object to be persisted to MongoDB.
Field Annotation to define custom metadata for document fields.
Version Deprecated. use Version instead.
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.