Spring Data Document

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

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

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

Methods in org.springframework.data.mongodb.core with parameters of type CollectionCallback
<T> T
MongoTemplate.execute(Class<?> entityClass, CollectionCallback<T> callback)
           
<T> T
MongoOperations.execute(Class<?> entityClass, CollectionCallback<T> action)
          Executes the given CollectionCallback on the entity collection of the specified class.
<T> T
MongoTemplate.execute(String collectionName, CollectionCallback<T> callback)
           
<T> T
MongoOperations.execute(String collectionName, CollectionCallback<T> action)
          Executes the given CollectionCallback on the collection of the given name.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.