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.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
inCollectionMethods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
withOptionsMethods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery
matchingMethods inherited from interface ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
all, count, exists, first, firstValue, one, oneValue, stream
-
Method Details
-
inScope
-