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.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith
consistentWithMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency
withConsistencyMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
all