Uses of Interface
org.springframework.data.document.mongodb.DbCallback

Packages that use DbCallback
org.springframework.data.document.mongodb MongoDB core support. 
 

Uses of DbCallback in org.springframework.data.document.mongodb
 

Methods in org.springframework.data.document.mongodb with parameters of type DbCallback
<T> T
MongoTemplate.execute(DbCallback<T> action)
           
<T> T
MongoOperations.execute(DbCallback<T> action)
          Executes a DbCallback translating any exceptions as necessary.
<T> T
MongoTemplate.executeInSession(DbCallback<T> action)
           
<T> T
MongoOperations.executeInSession(DbCallback<T> action)
          Executes the given DbCallback within the same connection to the database so as to ensure consistency in a write heavy environment where you may read the data that you wrote.
 



Copyright © 2011. All Rights Reserved.