Interface ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T>, ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T>, InCollection<Object>, WithQuery<T>, WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T>, ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- Enclosing interface:
ExecutableRemoveByQueryOperation
public static interface ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T>
extends ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>, InCollection<Object>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
all
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-