Uses of Class
org.springframework.data.couchbase.core.query.AnalyticsQuery
Packages that use AnalyticsQuery
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
-
Uses of AnalyticsQuery in org.springframework.data.couchbase.core
Methods in org.springframework.data.couchbase.core with parameters of type AnalyticsQueryModifier and TypeMethodDescriptionExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery.matching(AnalyticsQuery query) Set the filter for the analytics query to be used.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery.matching(AnalyticsQuery query) Set the filter for the analytics query to be used. -
Uses of AnalyticsQuery in org.springframework.data.couchbase.core.query
Methods in org.springframework.data.couchbase.core.query that return AnalyticsQueryModifier and TypeMethodDescriptionAnalyticsQuery.limit(int limit) Limit the number of returned documents tolimit.AnalyticsQuery.skip(long skip) Set number of documents to skip before returning results.Sets the given pagination information on theAnalyticsQueryinstance.Adds aSortto theAnalyticsQueryinstance. -
Uses of AnalyticsQuery in org.springframework.data.couchbase.core.support
Methods in org.springframework.data.couchbase.core.support with parameters of type AnalyticsQueryModifier and TypeMethodDescriptionWithAnalyticsQuery.matching(AnalyticsQuery query) Specify query