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> @Nullable TDefaultIndexOperations.execute(CollectionCallback<T> callback) <T> @Nullable TMongoOperations.execute(Class<?> entityClass, CollectionCallback<T> action) Executes the givenCollectionCallbackon the entity collection of the specified class.<T> @Nullable TMongoOperations.execute(String collectionName, CollectionCallback<T> action) Executes the givenCollectionCallbackon the collection of the given name.<T> @Nullable TMongoTemplate.execute(Class<?> entityClass, CollectionCallback<T> callback) <T> @Nullable TMongoTemplate.execute(String collectionName, CollectionCallback<T> callback)