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