Interface ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>, InScope<Object>, ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>, ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>, ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T>, ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T>, WithQuery<RemoveResult>, WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>, ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- Enclosing interface:
ReactiveRemoveByQueryOperation
public static interface ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>
extends ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>, InScope<Object>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
all
-
Method Details
-
inScope
-