org.springframework.data.mongodb.core
Interface DbCallback<T>


public interface DbCallback<T>


Method Summary
 T doInDB(com.mongodb.DB db)
           
 

Method Detail

doInDB

T doInDB(com.mongodb.DB db)
         throws com.mongodb.MongoException,
                org.springframework.dao.DataAccessException
Throws:
com.mongodb.MongoException
org.springframework.dao.DataAccessException


Copyright © 2011. All Rights Reserved.