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
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
matching, matchingMethods 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:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-