Interface DbCallback<T>


public interface DbCallback<T>
Callback interface for executing actions against a MongoDatabase.
Author:
Mark Pollak, Graeme Rocher, Thomas Risberg, Oliver Gierke, John Brisbin, Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    doInDB(com.mongodb.client.MongoDatabase db)
     
  • Method Details