Interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
- All Superinterfaces:
ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>, ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T>, InCollection<T>, InScope<T>, OneAndAll<T>, WithAnalyticsConsistency<T>, WithAnalyticsOptions<T>, WithAnalyticsQuery<T>
- All Known Subinterfaces:
ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T>
- Enclosing interface:
ExecutableFindByAnalyticsOperation
public static interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
extends ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>
Result type override (Optional).
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionDefine the target type fields should be mapped to.Methods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith
consistentWithMethods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
inCollectionMethods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope
inScopeMethods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency
withConsistencyMethods 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
-
as
Define the target type fields should be mapped to.
Skip this step if you are anyway only interested in the original domain type.- Parameters:
returnType- must not be null.- Returns:
- new instance of
ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency. - Throws:
IllegalArgumentException- if returnType is null.
-