Spring Data Document

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

Packages that use org.springframework.data.document.mongodb.mapping
org.springframework.data.document.mongodb.config Spring XML namespace configuration for MongoDB specific repositories. 
org.springframework.data.document.mongodb.convert   
org.springframework.data.document.mongodb.mapping   
org.springframework.data.document.mongodb.repository MongoDB specific repository implementation. 
 

Classes in org.springframework.data.document.mongodb.mapping used by org.springframework.data.document.mongodb.config
MongoMappingContext
           
 

Classes in org.springframework.data.document.mongodb.mapping used by org.springframework.data.document.mongodb.convert
DBRef
          An annotation that indicates the annotated field is to be stored using a com.mongodb.DBRef
 

Classes in org.springframework.data.document.mongodb.mapping used by org.springframework.data.document.mongodb.mapping
MongoMappingContext
           
MongoPersistentEntity
          Mongo specific PersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
 

Classes in org.springframework.data.document.mongodb.mapping used by org.springframework.data.document.mongodb.repository
MongoPersistentEntity
          Mongo specific PersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.