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

Packages that use MongoWriter
org.springframework.data.document.mongodb MongoDB core support. 
org.springframework.data.document.mongodb.convert   
org.springframework.data.document.mongodb.repository MongoDB specific repository implementation. 
 

Uses of MongoWriter in org.springframework.data.document.mongodb
 

Methods in org.springframework.data.document.mongodb with parameters of type MongoWriter
protected
<T> void
MongoTemplate.doInsert(java.lang.String collectionName, T objectToSave, MongoWriter<T> writer)
           
protected
<T> void
MongoTemplate.doInsertList(java.util.List<? extends T> listToSave, MongoWriter<T> writer)
           
protected
<T> void
MongoTemplate.doInsertList(java.lang.String collectionName, java.util.List<? extends T> listToSave, MongoWriter<T> writer)
           
protected
<T> void
MongoTemplate.doSave(java.lang.String collectionName, T objectToSave, MongoWriter<T> writer)
           
 

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

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

Classes in org.springframework.data.document.mongodb.convert that implement MongoWriter
 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.
 

Uses of MongoWriter in org.springframework.data.document.mongodb.repository
 

Constructors in org.springframework.data.document.mongodb.repository with parameters of type MongoWriter
ConvertingParameterAccessor(MongoWriter<java.lang.Object> writer, org.springframework.data.repository.query.ParameterAccessor delegate)
          Creates a new ConvertingParameterAccessor with the given MongoWriter and delegate.
 



Copyright © 2011. All Rights Reserved.