Interface ExecutableFindByQueryOperation.FindByQueryConsistentWith<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableFindByQueryOperation.FindByQueryInCollection<T>
,ExecutableFindByQueryOperation.FindByQueryInScope<T>
,ExecutableFindByQueryOperation.FindByQueryWithOptions<T>
,ExecutableFindByQueryOperation.FindByQueryWithQuery<T>
,ExecutableFindByQueryOperation.TerminatingFindByQuery<T>
,InCollection<T>
,InScope<T>
,OneAndAll<T>
,WithQuery<T>
,WithQueryOptions<T>
- All Known Subinterfaces:
ExecutableFindByQueryOperation.ExecutableFindByQuery<T>
,ExecutableFindByQueryOperation.FindByQueryWithConsistency<T>
,ExecutableFindByQueryOperation.FindByQueryWithDistinct<T>
,ExecutableFindByQueryOperation.FindByQueryWithProjecting<T>
,ExecutableFindByQueryOperation.FindByQueryWithProjection<T>
- Enclosing interface:
- ExecutableFindByQueryOperation
@Deprecated
public static interface ExecutableFindByQueryOperation.FindByQueryConsistentWith<T>
extends ExecutableFindByQueryOperation.FindByQueryInScope<T>
Deprecated.
To be removed at the next major release. use WithConsistency instead
-
Method Summary
Modifier and TypeMethodDescriptionconsistentWith
(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Deprecated.Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
matching, matching
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
all, count, exists, first, firstValue, one, oneValue, stream
-
Method Details
-
consistentWith
@Deprecated ExecutableFindByQueryOperation.FindByQueryInScope<T> consistentWith(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Deprecated.Allows to override the default scan consistency.- Parameters:
scanConsistency
- the custom scan consistency to use for this query.
-