org.springframework.data.document.mongodb
Interface MongoTemplate.DbObjectCallback<T>

All Known Implementing Classes:
MongoTemplate.ReadDbObjectCallback
Enclosing class:
MongoTemplate

private static interface MongoTemplate.DbObjectCallback<T>

Simple internal callback to allow operations on a DBObject.

Author:
Oliver Gierke

Method Summary
 T doWith(DBObject object)
           
 

Method Detail

doWith

T doWith(DBObject object)