Spring Data Document

Uses of Interface
org.springframework.data.mongodb.core.convert.MongoWriter

Packages that use MongoWriter
org.springframework.data.mongodb.core MongoDB core support. 
org.springframework.data.mongodb.core.convert   
org.springframework.data.mongodb.repository.query   
 

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

Methods in org.springframework.data.mongodb.core with parameters of type MongoWriter
protected
<T> void
MongoTemplate.doInsert(String collectionName, T objectToSave, MongoWriter<T> writer)
           
protected
<T> void
MongoTemplate.doInsertAll(Collection<? extends T> listToSave, MongoWriter<T> writer)
           
protected
<T> void
MongoTemplate.doInsertBatch(String collectionName, Collection<? extends T> batchToSave, MongoWriter<T> writer)
           
protected
<T> void
MongoTemplate.doSave(String collectionName, T objectToSave, MongoWriter<T> writer)
           
 

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

Subinterfaces of MongoWriter in org.springframework.data.mongodb.core.convert
 interface MongoConverter
          Central Mongo specific converter interface which combines MongoWriter and MongoReader.
 

Classes in org.springframework.data.mongodb.core.convert that implement MongoWriter
 class AbstractMongoConverter
          Base class for MongoConverter implementations.
 class MappingMongoConverter
          MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to DBObject.
 

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

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


Spring Data Document

Copyright © 2012. All Rights Reserved.