Spring Data Document

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

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

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

Methods in org.springframework.data.mongodb.core 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.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.