Uses of Interface
org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryConsistentWith
Packages that use ReactiveFindByQueryOperation.FindByQueryConsistentWith
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ReactiveFindByQueryOperation.FindByQueryConsistentWith in org.springframework.data.couchbase.core
Subinterfaces of ReactiveFindByQueryOperation.FindByQueryConsistentWith in org.springframework.data.couchbase.coreModifier and TypeInterfaceDescriptionstatic 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.static interfaceprovides methods for constructing query operations in a fluent way.Methods in org.springframework.data.couchbase.core that return ReactiveFindByQueryOperation.FindByQueryConsistentWithModifier and TypeMethodDescriptionReactiveFindByQueryOperation.FindByQueryWithConsistency.withConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Allows to override the default scan consistency.