Spring Data Document

org.springframework.data.document.mongodb
Interface MongoReaderWriter<T>

All Superinterfaces:
MongoReader<T>, MongoWriter<T>

public interface MongoReaderWriter<T>
extends MongoWriter<T>, MongoReader<T>


Method Summary
 
Methods inherited from interface org.springframework.data.document.mongodb.MongoWriter
write
 
Methods inherited from interface org.springframework.data.document.mongodb.MongoReader
read
 


Spring Data Document

Copyright © 2011. All Rights Reserved.