Interface ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>
,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>
,ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T>
,InCollection<T>
,OneAndAll<T>
,WithAnalyticsOptions<T>
,WithAnalyticsQuery<T>
- All Known Subinterfaces:
ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T>
,ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T>
,ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T>
,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>
,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
- Enclosing interface:
- ExecutableFindByAnalyticsOperation
public static interface ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T>
extends ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery
matching
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
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.
-