Uses of Interface
org.springframework.data.document.mongodb.MongoReader

Packages that use MongoReader
org.springframework.data.document.mongodb.convert   
 

Uses of MongoReader in org.springframework.data.document.mongodb.convert
 

Subinterfaces of MongoReader in org.springframework.data.document.mongodb.convert
 interface MongoConverter
           
 

Classes in org.springframework.data.document.mongodb.convert that implement MongoReader
 class AbstractMongoConverter
           
 class MappingMongoConverter
          MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to DBObject.
 class SimpleMongoConverter
          Deprecated. since Spring 1.0 M3 in favor of MappingMongoConverter The MappingMongoConverter provides all the functionality of the SimpleMongoConverter and will replace it as the default converter used. The SimpleMongoCOnverter will be removed at some point before the GA release.
 



Copyright © 2011. All Rights Reserved.