Uses of Interface
org.springframework.data.mongodb.core.CollectionCallback
Packages that use CollectionCallback
-
Uses of CollectionCallback in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type CollectionCallbackModifier and TypeMethodDescription<T> TDefaultIndexOperations.execute(CollectionCallback<T> callback) <T> TMongoOperations.execute(Class<?> entityClass, CollectionCallback<T> action) Executes the givenCollectionCallbackon the entity collection of the specified class.<T> TMongoOperations.execute(String collectionName, CollectionCallback<T> action) Executes the givenCollectionCallbackon the collection of the given name.<T> TMongoTemplate.execute(Class<?> entityClass, CollectionCallback<T> callback) <T> TMongoTemplate.execute(String collectionName, CollectionCallback<T> callback)