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.
-
Method Summary
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
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-