Interface ExecutableFindByQueryOperation.FindByQueryInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableFindByQueryOperation.FindByQueryWithOptions<T>
,ExecutableFindByQueryOperation.FindByQueryWithQuery<T>
,ExecutableFindByQueryOperation.TerminatingFindByQuery<T>
,InCollection<T>
,OneAndAll<T>
,WithQuery<T>
,WithQueryOptions<T>
- All Known Subinterfaces:
ExecutableFindByQueryOperation.ExecutableFindByQuery<T>
,ExecutableFindByQueryOperation.FindByQueryConsistentWith<T>
,ExecutableFindByQueryOperation.FindByQueryInScope<T>
,ExecutableFindByQueryOperation.FindByQueryWithConsistency<T>
,ExecutableFindByQueryOperation.FindByQueryWithDistinct<T>
,ExecutableFindByQueryOperation.FindByQueryWithProjecting<T>
,ExecutableFindByQueryOperation.FindByQueryWithProjection<T>
- Enclosing interface:
- ExecutableFindByQueryOperation
public static interface ExecutableFindByQueryOperation.FindByQueryInCollection<T>
extends ExecutableFindByQueryOperation.FindByQueryWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
matching, matching
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
all, count, exists, first, firstValue, one, oneValue, stream
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-