Class MongoQueryExecution.SlicedExecution<T>
java.lang.Object
org.springframework.data.mongodb.repository.query.MongoQueryExecution.SlicedExecution<T>
- All Implemented Interfaces:
MongoQueryExecution
- Enclosing interface:
MongoQueryExecution
public static final class MongoQueryExecution.SlicedExecution<T>
extends Object
implements MongoQueryExecution
MongoQueryExecution for Slice query methods.- Since:
- 1.5
- Author:
- Oliver Gierke, Christoph Strobl
-
Nested Class Summary
Nested classes/interfaces inherited from interface MongoQueryExecution
MongoQueryExecution.DeleteExecution<T>, MongoQueryExecution.GeoNearExecution, MongoQueryExecution.PagedExecution<T>, MongoQueryExecution.PagingGeoNearExecution, MongoQueryExecution.SlicedExecution<T>, MongoQueryExecution.UpdateExecution, MongoQueryExecution.VectorSearchExecution -
Constructor Summary
ConstructorsConstructorDescriptionSlicedExecution(ExecutableFindOperation.FindWithQuery<T> find, Pageable pageable) -
Method Summary
-
Constructor Details
-
SlicedExecution
-
-
Method Details
-
execute
- Specified by:
executein interfaceMongoQueryExecution
-