Uses of Interface
org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInScope
Packages that use ExecutableFindByQueryOperation.FindByQueryInScope
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ExecutableFindByQueryOperation.FindByQueryInScope in org.springframework.data.couchbase.core
Subinterfaces of ExecutableFindByQueryOperation.FindByQueryInScope 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 scan consistency.static interfaceFluent method to specify DISTINCT fieldsstatic 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.Methods in org.springframework.data.couchbase.core that return ExecutableFindByQueryOperation.FindByQueryInScopeModifier and TypeMethodDescriptionExecutableFindByQueryOperation.FindByQueryConsistentWith.consistentWith(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Deprecated.