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
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency
withConsistency
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matching
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
all