Uses of Interface
org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery
Packages that use ExecutableFindOperation.FindWithQuery
Package
Description
MongoDB core support.
Query derivation mechanism for MongoDB specific repositories.
-
Uses of ExecutableFindOperation.FindWithQuery in org.springframework.data.mongodb.core
Subinterfaces of ExecutableFindOperation.FindWithQuery in org.springframework.data.mongodb.coreModifier and TypeInterfaceDescriptionstatic interfaceExecutableFindOperation.ExecutableFindprovides methods for constructing lookup operations in a fluent way.static interfaceCollection override (Optional).static interfaceResult type override (Optional).Methods in org.springframework.data.mongodb.core that return ExecutableFindOperation.FindWithQueryModifier and TypeMethodDescriptionDefine the target type fields should be mapped to. -
Uses of ExecutableFindOperation.FindWithQuery in org.springframework.data.mongodb.repository.query
Constructors in org.springframework.data.mongodb.repository.query with parameters of type ExecutableFindOperation.FindWithQueryModifierConstructorDescriptionGeoNearExecution(ExecutableFindOperation.FindWithQuery<?> operation, MongoQueryMethod method, MongoParameterAccessor accessor) PagedExecution(ExecutableFindOperation.FindWithQuery<T> operation, Pageable pageable) SlicedExecution(ExecutableFindOperation.FindWithQuery<T> find, Pageable pageable)