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).
-
Method Summary
Modifier and TypeMethodDescriptionDefine the target type fields should be mapped to.Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith
consistentWithMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency
withConsistencyMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery
matchingMethods inherited from interface org.springframework.data.couchbase.core.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.
-