Uses of Interface
org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
Packages that use ExecutableFindByQueryOperation.TerminatingFindByQuery
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ExecutableFindByQueryOperation.TerminatingFindByQuery in org.springframework.data.couchbase.core
Subinterfaces of ExecutableFindByQueryOperation.TerminatingFindByQuery in org.springframework.data.couchbase.coreModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing query operations in a fluent way.static interfaceDeprecated.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfaceFluent method to specify scan consistency.static interfaceFluent method to specify DISTINCT fieldsstatic interfaceFluent method to specify options.static interfaceFluent method to specify fields to project.static interfaceFluent method to specify a return type different than the the entity type to use for the results.static interfaceFluent methods to specify the queryMethods in org.springframework.data.couchbase.core that return ExecutableFindByQueryOperation.TerminatingFindByQueryModifier and TypeMethodDescriptionSet the filter for the query to be used.ExecutableFindByQueryOperation.FindByQueryWithQuery.matching(QueryCriteriaDefinition criteria) Set the filtercriteriato be used.ExecutableFindByQueryOperation.FindByQueryWithOptions.withOptions(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for execution