Interface ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T>
- Type Parameters:
T- the entity type.
- All Superinterfaces:
ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T>, ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T>, ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T>, InCollection<Object>, InScope<Object>, WithConsistency<T>, WithQuery<T>, WithQueryOptions<RemoveResult>
- Enclosing interface:
ExecutableRemoveByQueryOperation
public static interface ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T>
extends ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
Provides methods for constructing query operations in a fluent way.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith
consistentWithMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryInScope
inScopeMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency
withConsistencyMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
all