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
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency
withConsistency
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
-
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.
-